]> git.lizzy.rs Git - rust.git/commit
deque: Add tests and bench tests
authorblake2-ppc <blake2-ppc>
Sat, 6 Jul 2013 03:42:45 +0000 (05:42 +0200)
committerblake2-ppc <blake2-ppc>
Sat, 6 Jul 2013 03:42:45 +0000 (05:42 +0200)
commit81933edf92afda59ea41ec3692ab43759285b731
tree0b7fef59113673c8555630c2874c63d6e0b7adac
parent5a37cf8a31c4d4eeb1805eb3e90894b8e67d16c8
deque: Add tests and bench tests

Add a test that excercises deque growing.

Add bench tests for grow, new, add_back, add_front, to expose how slow
these functions are.
src/libextra/deque.rs