Skip to content

Commit

Permalink
added logging the benchstat to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AKorpusenko committed Feb 28, 2024
1 parent 1a447fd commit 6175cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/degradation-tester/degradation-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for pkgPath in "${packagePaths[@]}"; do

go test -bench=. -count=10 -benchmem "$pkgPath" | tee "$outputFile"

benchstat "$oldBenchmarks" "$outputFile" &> "${benchStatFile}"
benchstat "$oldBenchmarks" "$outputFile" | tee "${benchStatFile}"

degradation-tester "${configFile}" "${benchStatFile}"
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 6175cec

Please sign in to comment.