Skip to content

Commit ea16b16

Browse files
committed
fixup! tools: add GHA benchmark runner
1 parent 514244c commit ea16b16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,10 @@ jobs:
183183
run: |
184184
nix-shell \
185185
-I nixpkgs=./tools/nix/pkgs.nix \
186-
--pure --keep LC_ALL --keep LANG \
186+
--pure \
187187
-E '(import <nixpkgs> {}).mkShell { buildInputs = import ./tools/nix/benchmarkTools.nix { withHttpBenchmarkDeps = false; }; }' \
188188
--run '
189+
export LC_ALL=C.UTF-8
189190
echo "> [!WARNING] "
190191
echo "> Do not take GHA benchmark results as face value, always confirm them"
191192
echo "> using a dedicated machine, e.g. Jenkins CI."

0 commit comments

Comments
 (0)