fix(bench): Result interpretation problems (#5798)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
Robin van Boven
2022-12-14 16:44:05 +01:00
committed by GitHub
parent bca09f7f5f
commit f7a080a121
4 changed files with 49 additions and 37 deletions

View File

@@ -10,6 +10,7 @@ on:
env:
RUST_BACKTRACE: 1
CARGO_PROFILE_DEV_DEBUG: 0 # This would add unnecessary bloat to the target folder, decreasing cache efficiency.
LC_ALL: en_US.UTF-8 # This prevents strace from changing it's number format to use commas.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}