Skip to content

Commit

Permalink
Increase the difficulty of chameneos-redux under 'make perf'
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 8, 2012
1 parent 638ee23 commit 02ef651
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/bench/shootout-chameneos-redux.rs
Expand Up @@ -181,7 +181,9 @@ fn rendezvous(nn: uint, set: ~[color]) {
}

fn main(args: ~[str]) {
let args = if os::getenv("RUST_BENCH").is_some() || args.len() <= 1u {
let args = if os::getenv("RUST_BENCH").is_some() {
~["", "200000"]
} else if args.len() <= 1u {
~["", "600"]
} else {
args
Expand Down

0 comments on commit 02ef651

Please sign in to comment.