Skip to content

Commit

Permalink
static
Browse files Browse the repository at this point in the history
  • Loading branch information
tjungblu committed Aug 6, 2024
1 parent f777377 commit 978df69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/compare_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ set -u
REF_CURRENT="$(git rev-parse --abbrev-ref HEAD)"
BASE_TO_COMPARE=$1

RESULT_CURRENT="$(mktemp)-${REF_CURRENT}"
RESULT_TO_COMPARE="$(mktemp)-${BASE_TO_COMPARE}"
RESULT_CURRENT="${REF_CURRENT}"
RESULT_TO_COMPARE="${BASE_TO_COMPARE}"

BENCH_COUNT=${BENCH_COUNT:-10}
BENCHSTAT_CONFIDENCE_LEVEL=${BENCHSTAT_CONFIDENCE_LEVEL:-0.9}
Expand Down

0 comments on commit 978df69

Please sign in to comment.