Skip to content

Commit

Permalink
ci: bump --max_time to 1731 for the performance-regressions job, to r…
Browse files Browse the repository at this point in the history
…educe the chance of false positive failures again
  • Loading branch information
spytheman committed Jul 29, 2023
1 parent c881e72 commit 4ed9703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/other_ci.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Repeat -o hw.c examples/hello_world.v
run: cmd/tools/repeat --max_time 251 --series 3 --count 20 --nmins 2 --nmaxs 5 --warmup 3 --fail_percent 10 -t 'cd {T} ; ./v -show-timings -o hw.c examples/hello_world.v' . ./vmaster
- name: Repeat -o v.c cmd/v
run: cmd/tools/repeat --max_time 1701 --series 3 --count 20 --nmins 2 --nmaxs 5 --warmup 3 --fail_percent 10 -t 'cd {T} ; ./v -show-timings -o v.c cmd/v' . ./vmaster
run: cmd/tools/repeat --max_time 1731 --series 3 --count 20 --nmins 2 --nmaxs 5 --warmup 3 --fail_percent 10 -t 'cd {T} ; ./v -show-timings -o v.c cmd/v' . ./vmaster

misc-tooling:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 4ed9703

Please sign in to comment.