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 d1e12ac commit 9e6dff9Copy full SHA for 9e6dff9
.github/workflows/bench.yml
@@ -19,7 +19,7 @@ jobs:
19
build:
20
runs-on: ${{ matrix.os }}
21
strategy:
22
- fail-fast: true
+ fail-fast: false # true
23
matrix:
24
os: [ubuntu-22.04]
25
lang: [
bench/bench_nim.yaml
@@ -28,7 +28,7 @@ problems:
28
- 2.nim
29
- name: http-server
30
source:
31
- - 1.nim
+ # - 1.nim
32
- name: coro-prime-sieve
33
34
- 1.nim
0 commit comments