Skip to content

Commit 248f882

Browse files
committed
bench: Reduce constants in std-smallintmap to make it valgrind fast
1 parent 353cda5 commit 248f882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/bench/std-smallintmap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn check_sequential(min: uint, max: uint, map: smallintmap<uint>) {
1818
}
1919

2020
fn main(args: [str]) {
21-
let args = if vec::len(args) <= 1u {["", "1000000", "100"]} else {args};
21+
let args = if vec::len(args) <= 1u {["", "10000", "50"]} else {args};
2222
let max = uint::from_str(args[1]).get();
2323
let rep = uint::from_str(args[2]).get();
2424

0 commit comments

Comments
 (0)