Advertisement
jbuberel

Running HTTP benchmarks

Jun 17th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.01 KB | None | 0 0
  1. SIGQUIT: quit
  2. PC=0x45e103 m=0
  3.  
  4. goroutine 7 [syscall]:
  5. runtime.notetsleepg(0x11000f8, 0x33e4f20, 0x1)
  6.         /usr/local/google/home/jbuberel/go15/src/runtime/lock_futex.go:198 +0x51 fp=0xc820032f38 sp=0xc820032f10
  7. runtime.timerproc()
  8.         /usr/local/google/home/jbuberel/go15/src/runtime/time.go:209 +0xde fp=0xc820032fc0 sp=0xc820032f38
  9. runtime.goexit()
  10.         /usr/local/google/home/jbuberel/go15/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc820032fc8 sp=0xc820032fc0
  11. created by runtime.addtimerLocked
  12.         /usr/local/google/home/jbuberel/go15/src/runtime/time.go:116 +0x11f
  13.  
  14. goroutine 1 [chan receive]:
  15. testing.(*B).run(0xc8211ed600, 0x0, 0x0, 0x0, 0x0, 0x0)
  16.         /usr/local/google/home/jbuberel/go15/src/testing/benchmark.go:180 +0x7b
  17. testing.RunBenchmarks(0xe49de0, 0x10fada0, 0x1a1, 0x1a1)
  18.         /usr/local/google/home/jbuberel/go15/src/testing/benchmark.go:332 +0x75f
  19. testing.(*M).Run(0xc821fa9ef8, 0x13)
  20.         /usr/local/google/home/jbuberel/go15/src/testing/testing.go:502 +0x1b8
  21. main.main()
  22.         github.com/julienschmidt/go-http-routing-benchmark/_test/_testmain.go:888 +0x116
  23.  
  24. goroutine 17 [syscall, 9 minutes, locked to thread]:
  25. runtime.goexit()
  26.         /usr/local/google/home/jbuberel/go15/src/runtime/asm_amd64.s:1700 +0x1
  27.  
  28. goroutine 5 [syscall, 9 minutes]:
  29. os/signal.loop()
  30.         /usr/local/google/home/jbuberel/go15/src/os/signal/signal_unix.go:22 +0x18
  31. created by os/signal.init.1
  32.         /usr/local/google/home/jbuberel/go15/src/os/signal/signal_unix.go:28 +0x37
  33.  
  34. goroutine 248 [runnable]:
  35. github.com/astaxie/beego.serverStaticRouter(0xc820c0d040)
  36.         /usr/local/google/home/jbuberel/gosrc/src/github.com/astaxie/beego/staticfile.go:34 +0x161
  37. github.com/astaxie/beego.(*ControllerRegistor).ServeHTTP(0xc821618180, 0x7f79cc21da28, 0x11270b0, 0xc8214041a0)
  38.         /usr/local/google/home/jbuberel/gosrc/src/github.com/astaxie/beego/router.go:643 +0x1444
  39. github.com/julienschmidt/go-http-routing-benchmark.benchRequest(0xc8211ed600, 0x7f79ce9a37d0, 0xc821618180, 0xc8214041a0)
  40.         /usr/local/google/home/jbuberel/gosrc/src/github.com/julienschmidt/go-http-routing-benchmark/bench_test.go:72 +0x15e
  41. github.com/julienschmidt/go-http-routing-benchmark.BenchmarkBeego_GPlus2Params(0xc8211ed600)
  42.         /usr/local/google/home/jbuberel/gosrc/src/github.com/julienschmidt/go-http-routing-benchmark/gplus_test.go:389 +0x7d
  43. testing.(*B).runN(0xc8211ed600, 0x30d40)
  44.         /usr/local/google/home/jbuberel/go15/src/testing/benchmark.go:124 +0x9a
  45. testing.(*B).launch(0xc8211ed600)
  46.         /usr/local/google/home/jbuberel/go15/src/testing/benchmark.go:216 +0x131
  47. created by testing.(*B).run
  48.         /usr/local/google/home/jbuberel/go15/src/testing/benchmark.go:179 +0x54
  49.  
  50. rax    0xfffffffffffffffc
  51. rbx    0xc820032ec8
  52. rcx    0xffffffffffffffff
  53. rdx    0x0
  54. rdi    0x11000f8
  55. rsi    0x0
  56. rbp    0x33e4f20
  57. rsp    0xc820032e90
  58. r8     0x0
  59. r9     0x0
  60. r10    0xc820032ec8
  61. r11    0x202
  62. r12    0x20
  63. r13    0xe47330
  64. r14    0x8
  65. r15    0x0
  66. rip    0x45e103
  67. rflags 0x202
  68. cs     0x33
  69. fs     0x0
  70. gs     0x0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement