Skip to content

Instantly share code, notes, and snippets.

@derekcollison
Created June 20, 2015 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derekcollison/a25760b159fb0fbec26c to your computer and use it in GitHub Desktop.
Save derekcollison/a25760b159fb0fbec26c to your computer and use it in GitHub Desktop.
gnatsd performance
benchmark old ns/op new ns/op delta
Benchmark___PubNo_Payload 205 203 -0.98%
Benchmark___Pub8b_Payload 256 205 -19.92%
Benchmark__Pub32b_Payload 339 232 -31.56%
Benchmark_Pub256B_Payload 1082 319 -70.52%
Benchmark___Pub1K_Payload 4026 846 -78.99%
Benchmark___Pub4K_Payload 16623 5978 -64.04%
Benchmark___Pub8K_Payload 38252 19850 -48.11%
Benchmark__________PubSub 476 433 -9.03%
Benchmark__PubSubTwoConns 431 428 -0.70%
Benchmark__PubTwoQueueSub 1693 1646 -2.78%
Benchmark_PubFourQueueSub 1970 1915 -2.79%
benchmark old MB/s new MB/s speedup
Benchmark___PubNo_Payload 53.42 53.96 1.01x
Benchmark___Pub8b_Payload 74.07 92.67 1.25x
Benchmark__Pub32b_Payload 129.48 188.92 1.46x
Benchmark_Pub256B_Payload 248.49 841.34 3.39x
Benchmark___Pub1K_Payload 257.81 1226.41 4.76x
Benchmark___Pub4K_Payload 247.25 687.52 2.78x
Benchmark___Pub8K_Payload 214.52 413.39 1.93x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment