Skip to content

Instantly share code, notes, and snippets.

@gnzlbg
Created November 15, 2017 09:38
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 gnzlbg/0938a08a5cb81197a2fe3d79b5255d0f to your computer and use it in GitHub Desktop.
Save gnzlbg/0938a08a5cb81197a2fe3d79b5255d0f to your computer and use it in GitHub Desktop.
nallocx bench results
Running target/release/deps/nallocx-279f097801d1ca09
running 62 tests
test roundtrip_even_1000000bytes ... bench: 168 ns/iter (+/- 61)
test roundtrip_even_100000bytes ... bench: 231 ns/iter (+/- 105)
test roundtrip_even_10000bytes ... bench: 29 ns/iter (+/- 1)
test roundtrip_even_1000bytes ... bench: 25 ns/iter (+/- 2)
test roundtrip_even_100bytes ... bench: 25 ns/iter (+/- 8)
test roundtrip_even_24bytes ... bench: 26 ns/iter (+/- 10)
test roundtrip_nallocx_even_1000000bytes ... bench: 260 ns/iter (+/- 48)
test roundtrip_nallocx_even_100000bytes ... bench: 254 ns/iter (+/- 46)
test roundtrip_nallocx_even_10000bytes ... bench: 42 ns/iter (+/- 10)
test roundtrip_nallocx_even_1000bytes ... bench: 31 ns/iter (+/- 17)
test roundtrip_nallocx_even_100bytes ... bench: 31 ns/iter (+/- 16)
test roundtrip_nallocx_even_24bytes ... bench: 35 ns/iter (+/- 7)
test roundtrip_nallocx_odd_1000000bytes ... bench: 253 ns/iter (+/- 33)
test roundtrip_nallocx_odd_100000bytes ... bench: 226 ns/iter (+/- 174)
test roundtrip_nallocx_odd_10000bytes ... bench: 37 ns/iter (+/- 20)
test roundtrip_nallocx_odd_1000bytes ... bench: 32 ns/iter (+/- 18)
test roundtrip_nallocx_odd_100bytes ... bench: 32 ns/iter (+/- 16)
test roundtrip_nallocx_odd_24bytes ... bench: 32 ns/iter (+/- 18)
test roundtrip_nallocx_pow2_1024bytes ... bench: 31 ns/iter (+/- 11)
test roundtrip_nallocx_pow2_128bytes ... bench: 32 ns/iter (+/- 25)
test roundtrip_nallocx_pow2_131072bytes ... bench: 233 ns/iter (+/- 150)
test roundtrip_nallocx_pow2_16384bytes ... bench: 38 ns/iter (+/- 23)
test roundtrip_nallocx_pow2_16bytes ... bench: 31 ns/iter (+/- 18)
test roundtrip_nallocx_pow2_1bytes ... bench: 31 ns/iter (+/- 10)
test roundtrip_nallocx_pow2_2048bytes ... bench: 32 ns/iter (+/- 29)
test roundtrip_nallocx_pow2_256bytes ... bench: 32 ns/iter (+/- 11)
test roundtrip_nallocx_pow2_2bytes ... bench: 40 ns/iter (+/- 105)
test roundtrip_nallocx_pow2_32768bytes ... bench: 41 ns/iter (+/- 38)
test roundtrip_nallocx_pow2_32bytes ... bench: 31 ns/iter (+/- 22)
test roundtrip_nallocx_pow2_4096bytes ... bench: 32 ns/iter (+/- 29)
test roundtrip_nallocx_pow2_4194304bytes ... bench: 2,265 ns/iter (+/- 1,096)
test roundtrip_nallocx_pow2_4bytes ... bench: 35 ns/iter (+/- 33)
test roundtrip_nallocx_pow2_512bytes ... bench: 31 ns/iter (+/- 24)
test roundtrip_nallocx_pow2_64bytes ... bench: 33 ns/iter (+/- 23)
test roundtrip_nallocx_pow2_65536bytes ... bench: 179 ns/iter (+/- 157)
test roundtrip_nallocx_pow2_8192bytes ... bench: 38 ns/iter (+/- 24)
test roundtrip_nallocx_pow2_8bytes ... bench: 32 ns/iter (+/- 16)
test roundtrip_odd_1000000bytes ... bench: 165 ns/iter (+/- 112)
test roundtrip_odd_100000bytes ... bench: 166 ns/iter (+/- 147)
test roundtrip_odd_10000bytes ... bench: 30 ns/iter (+/- 23)
test roundtrip_odd_1000bytes ... bench: 26 ns/iter (+/- 16)
test roundtrip_odd_100bytes ... bench: 26 ns/iter (+/- 17)
test roundtrip_odd_24bytes ... bench: 28 ns/iter (+/- 19)
test roundtrip_pow2_1024bytes ... bench: 25 ns/iter (+/- 5)
test roundtrip_pow2_128bytes ... bench: 25 ns/iter (+/- 9)
test roundtrip_pow2_131072bytes ... bench: 227 ns/iter (+/- 106)
test roundtrip_pow2_16384bytes ... bench: 33 ns/iter (+/- 4)
test roundtrip_pow2_16bytes ... bench: 26 ns/iter (+/- 3)
test roundtrip_pow2_1bytes ... bench: 25 ns/iter (+/- 18)
test roundtrip_pow2_2048bytes ... bench: 28 ns/iter (+/- 4)
test roundtrip_pow2_256bytes ... bench: 25 ns/iter (+/- 18)
test roundtrip_pow2_2bytes ... bench: 25 ns/iter (+/- 4)
test roundtrip_pow2_32768bytes ... bench: 33 ns/iter (+/- 11)
test roundtrip_pow2_32bytes ... bench: 26 ns/iter (+/- 10)
test roundtrip_pow2_4096bytes ... bench: 29 ns/iter (+/- 16)
test roundtrip_pow2_4194304bytes ... bench: 2,517 ns/iter (+/- 707)
test roundtrip_pow2_4bytes ... bench: 28 ns/iter (+/- 6)
test roundtrip_pow2_512bytes ... bench: 28 ns/iter (+/- 13)
test roundtrip_pow2_64bytes ... bench: 28 ns/iter (+/- 6)
test roundtrip_pow2_65536bytes ... bench: 176 ns/iter (+/- 82)
test roundtrip_pow2_8192bytes ... bench: 30 ns/iter (+/- 24)
test roundtrip_pow2_8bytes ... bench: 25 ns/iter (+/- 18)
test result: ok. 0 passed; 0 failed; 0 ignored; 62 measured; 0 filtered out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment