Skip to content

Commit ca0e087

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
test: replay bounded engine against frozen comparisons
1 parent cb7d446 commit ca0e087

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/design-diff-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
15-
ENGINE_SHA: 691769f02973d60cc25548ec2f5397f9048c6412
15+
ENGINE_SHA: b4f01a741ebc769a56c1e0d0f19622b0778bb556
1616

1717
jobs:
1818
replay:
1919
runs-on: ${{ (vars.CI_PROVIDER == '' || vars.CI_PROVIDER == 'blacksmith') && 'blacksmith-2vcpu-ubuntu-2404' || 'ubuntu-latest' }}
2020
timeout-minutes: 50
2121
strategy:
2222
fail-fast: false
23-
max-parallel: 12
23+
max-parallel: 20
2424
matrix:
2525
shard: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59]
2626
steps:

0 commit comments

Comments
 (0)