Skip to content

Commit 6ef13e7

Browse files
committed
Reduce the difficulty of run-pass/bitv-perf-test. Valgrinds slowly
1 parent 68e9aa5 commit 6ef13e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/bitv-perf-test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ fn bitv_test() -> bool {
99
}
1010

1111
fn main() {
12-
do iter::repeat(1000000) || {bitv_test()};
12+
do iter::repeat(10000) || {bitv_test()};
1313
}

0 commit comments

Comments
 (0)