We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514244c commit ea16b16Copy full SHA for ea16b16
1 file changed
.github/workflows/benchmark.yml
@@ -183,9 +183,10 @@ jobs:
183
run: |
184
nix-shell \
185
-I nixpkgs=./tools/nix/pkgs.nix \
186
- --pure --keep LC_ALL --keep LANG \
+ --pure \
187
-E '(import <nixpkgs> {}).mkShell { buildInputs = import ./tools/nix/benchmarkTools.nix { withHttpBenchmarkDeps = false; }; }' \
188
--run '
189
+ export LC_ALL=C.UTF-8
190
echo "> [!WARNING] "
191
echo "> Do not take GHA benchmark results as face value, always confirm them"
192
echo "> using a dedicated machine, e.g. Jenkins CI."
0 commit comments