Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Default to 10 runs per compiler per test when doing stress testing
  • Loading branch information
Geoffrey Broadwell committed Oct 29, 2014
1 parent a33943f commit 9c8ef17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench
Expand Up @@ -405,7 +405,7 @@ multi MAIN ('history', *@timings, :$format?, :$style?, :$outfile?,
#| Run stress tests on (variants of) built components
multi MAIN ('stress', *@components, :$variants?, :$tests?,
:$tests-tagged = 'stress',
:$runs?, :$enough-time?,
:$runs = 10, :$enough-time?,
:$min-scaling-points?,
Bool :$verbose?) {
needs-setup('stress test Perls');
Expand Down

0 comments on commit 9c8ef17

Please sign in to comment.