We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c49efa commit 30f676dCopy full SHA for 30f676d
.github/workflows/sql-benchmarks.yml
@@ -41,9 +41,9 @@ jobs:
41
# rustup is pre-installed on the ubuntu24-full-x64 image.
42
43
- name: Run ${{ matrix.name }} benchmark
44
- if: matrix.remote_storage == null
45
with:
46
submodules: "recursive"
+ if: matrix.remote_storage == null
47
shell: bash
48
env:
49
RUSTFLAGS: '-C target-cpu=native'
@@ -62,9 +62,9 @@ jobs:
62
| tee results.json
63
64
65
- if: matrix.remote_storage != null
66
67
+ if: matrix.remote_storage != null
68
69
70
0 commit comments