Skip to content

Instantly share code, notes, and snippets.

@alexcrichton
Created February 11, 2015 04:42
Show Gist options
  • Save alexcrichton/4a260c5bdd8be9c9a35a to your computer and use it in GitHub Desktop.
Save alexcrichton/4a260c5bdd8be9c9a35a to your computer and use it in GitHub Desktop.
running 13 tests
test test_same ... ignored
test c2::str_long ... bench: 3724 ns/iter (+/- 115)
test c2::str_medium ... bench: 202 ns/iter (+/- 5)
test c2::str_small ... bench: 16 ns/iter (+/- 1)
test c::str_long ... bench: 5370 ns/iter (+/- 65)
test c::str_medium ... bench: 285 ns/iter (+/- 9)
test c::str_small ... bench: 16 ns/iter (+/- 1)
test fnv::str_long ... bench: 10333 ns/iter (+/- 322)
test fnv::str_medium ... bench: 500 ns/iter (+/- 5)
test fnv::str_small ... bench: 0 ns/iter (+/- 0)
test rust::str_long ... bench: 7118 ns/iter (+/- 209)
test rust::str_medium ... bench: 370 ns/iter (+/- 15)
test rust::str_small ... bench: 21 ns/iter (+/- 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment