]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #5476 : thestinger/rust/bench, r=graydon
authorbors <bors@rust-lang.org>
Fri, 22 Mar 2013 00:00:57 +0000 (17:00 -0700)
committerbors <bors@rust-lang.org>
Fri, 22 Mar 2013 00:00:57 +0000 (17:00 -0700)
The old string benchmarks weren't very useful because the strings weren't long enough, so I just threw those out for now. I left out benchmarks of `oldmap` because it's clear that it's 30-40% slower and it doesn't implement the `Map` trait.

This also cleanly divides up `insert`, `search` and `remove`.


Trivial merge