We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--test -Z lto
Without LTO:
running 4 tests test xxhash::rust::test ... ok test xxhash::native::test ... ok test xxhash::native::bench ... bench: 75535 ns/iter (+/- 564) = 3470 MB/s test xxhash::rust::bench ... bench: 68471 ns/iter (+/- 953) = 3828 MB/s test result: ok. 2 passed; 0 failed; 0 ignored; 2 measured
With LTO:
running 4 tests test xxhash::rust::test ... ok test xxhash::native::test ... ok test xxhash::native::bench ... bench: 75598 ns/iter (+/- 109) = 3467 MB/s test xxhash::rust::bench ... bench: 0 ns/iter (+/- 0) = 262144000 MB/s test result: ok. 2 passed; 0 failed; 0 ignored; 2 measured