Skip to content

Commit

Permalink
feat: fix baseline to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bollu committed Apr 1, 2024
1 parent 9a8b148 commit 2b3e472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 1-runs/run-2024-04-01---15-52-tcg40/speedcenter-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
echo "time: $TIME"
$TIME -v echo "time"

COMMITS=("2024-borrowing-benching-baseline" "$COMMIT_TO_BENCH")
COMMITS=("2024-borrowing-benchmarking-baseline-v3" "$COMMIT_TO_BENCH")
KINDS=("noreuse" "reuse")

run_benchmark_for_kind() {
Expand Down Expand Up @@ -78,5 +78,6 @@ for i in {0..1}; do
(ctest -E handleLocking -j32 --output-on-failure 2>&1 | tee "$EXPERIMENTDIR/outputs/ctest-speedcenter-${KINDS[i]}-stage2.txt")
run_benchmark_for_kind "${KINDS[i]}"

# TODO: add run_temci
curl -d "Done[MICROBENCHMARK-RUNTIME-ALLOCATOR-LOG-${KINDS[i]}]. run:$EXPERIMENTDIR. machine:$(uname -a)." ntfy.sh/xISSztEV8EoOchM2
done;

0 comments on commit 2b3e472

Please sign in to comment.