We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee282e commit 749c2e0Copy full SHA for 749c2e0
.github/workflows/benchmark.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Run benchmark
45
continue-on-error: true
46
run: |
47
- ob run benchmark -b Clustering.yaml --local --threads 20
+ ob run benchmark -b Clustering.yaml --local --threads 20 --continue-on-error
48
49
upload-artifact:
50
name: Benchmark Artifact
0 commit comments