b56b23988d
introduce benchmarks of HashSet operations To avoid goofs such as corrected by #66280, I added benchmarks of binary HashSet operations. Due to the fact x.py keeps recompiling the whole shebang (or at least a big part of it) whenever you touch the test code, and because piling up all tests in one file does not strike me as future proof, I tried moving the hash benches to the separate place they are for liballoc/collections/btree. But it turns out that, in a cleaned checkout, x.py still recompiles the whole shebang whenever you touch the test code (PS or when you add or delete any irrelevant file). So I'm not going to add more tests, and I doubt others will, and these tests have proven their point already, so this PR is kind of pointless |
||
---|---|---|
.. | ||
benches | ||
collections | ||
ffi | ||
io | ||
net | ||
os | ||
prelude | ||
sync | ||
sys | ||
sys_common | ||
tests | ||
thread | ||
alloc.rs | ||
ascii.rs | ||
backtrace.rs | ||
build.rs | ||
Cargo.toml | ||
env.rs | ||
error.rs | ||
f32.rs | ||
f64.rs | ||
fs.rs | ||
future.rs | ||
keyword_docs.rs | ||
lib.rs | ||
macros.rs | ||
memchr.rs | ||
num.rs | ||
panic.rs | ||
panicking.rs | ||
path.rs | ||
primitive_docs.rs | ||
process.rs | ||
rt.rs | ||
time.rs |