Created
February 11, 2015 04:42
-
-
Save alexcrichton/4a260c5bdd8be9c9a35a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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