Skip to content

Commit

Permalink
[NFC] Bench script allows to change NUM_ITER
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Feb 25, 2024
1 parent 8fdc82a commit 10674df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/benchmarks/build_and_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ export BUILD_DIR=${SOURCE_DIR}/build-${COMPILER}
${SCRIPT_DIR}/buildkite/build_tpp.sh

# Run benchmarks
export BUILDKITE_BENCHMARK_NUM_ITER=1000
export BENCH_DIR=${BUILDKITE_BUILD_CHECKOUT_PATH:-.}/benchmarks
export CONFIG_DIR=$(realpath "${BENCH_DIR}/config")
export NUM_ITER=1000
export NUM_ITER=${NUM_ITER:=1000}

pushd ${BENCH_DIR}

Expand Down

0 comments on commit 10674df

Please sign in to comment.