Skip to content

Commit 3fe673a

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
test: resume three queued index benchmark comparisons
1 parent 6b7470b commit 3fe673a

2 files changed

Lines changed: 1 addition & 1371 deletions

File tree

.github/workflows/design-index-evaluation-continue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
import json, os
3434
data=json.load(open('scripts/design-diff/benchmark/index-evaluation-pending.json'))
3535
prs=[item['pr'] for item in data['comparisons']]
36-
assert len(prs)==len(set(prs))==44 and all(type(pr) is int and pr>0 for pr in prs)
36+
assert len(prs)==len(set(prs))==3 and all(type(pr) is int and pr>0 for pr in prs)
3737
with open(os.environ['GITHUB_OUTPUT'],'a') as f: f.write('prs='+json.dumps(prs)+'\n')
3838
PY
3939

0 commit comments

Comments
 (0)