Skip to content

Commit

Permalink
Double trvais runs
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Oct 30, 2020
1 parent 5cbc2f7 commit ee6bc3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script:
- yarn build:prod
- yarn test
- git fetch --unshallow
- yarn bench -c 062041a39eff50db57ad3dd3a3742a4f11e53cb9:v3.1.0 -c 538c008283a10cfca78b20ae82765028a8a751f2:master -c c017f2be702dda219dc98df2ca2cc85f4795e469:basic -c 1892e2944e907868fa4b62f500acd32f2ad8f67e:shared-arrays
- yarn bench -c 062041a39eff50db57ad3dd3a3742a4f11e53cb9:v3.1.0 -c 538c008283a10cfca78b20ae82765028a8a751f2:master -c c017f2be702dda219dc98df2ca2cc85f4795e469:basic -c 1892e2944e907868fa4b62f500acd32f2ad8f67e:shared-arrays -c 062041a39eff50db57ad3dd3a3742a4f11e53cb9:v3.1.0 -c 538c008283a10cfca78b20ae82765028a8a751f2:master -c c017f2be702dda219dc98df2ca2cc85f4795e469:basic -c 1892e2944e907868fa4b62f500acd32f2ad8f67e:shared-arrays
after_success:
- yarn coverage
stages:
Expand Down
6 changes: 3 additions & 3 deletions perf/benchmark.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ async function run() {
}

const PRERUN_SAMPLES = 50;
const WARMUP_SAMPLES = 1000;
const MIN_SAMPLES = 1000;
const NUM_TESTS = 1000;
const WARMUP_SAMPLES = 200;
const MIN_SAMPLES = 200;
const NUM_TESTS = 200;
const benchConf = { initCount: WARMUP_SAMPLES, minSamples: MIN_SAMPLES };

const PROF_GEN = argv.generator || 'xoroshiro128plus';
Expand Down

0 comments on commit ee6bc3b

Please sign in to comment.