Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Masorubka1 committed Oct 10, 2024
1 parent b10a226 commit adf0395
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,12 @@ jobs:
name: pr_benchmarks

- name: Compare Benchmarks
id: benchmark-compare
run: |
echo "Comparing benchmarks..."
diff ./main_benchmarks.txt ./pr_benchmarks.txt || true
diff_output=$(diff ./main_benchmarks.txt ./pr_benchmarks.txt || true)
echo "$diff_output" > ./diff_output.txt
cat ./diff_output.txt
- name: Display Benchmark Results
run: |
Expand Down

0 comments on commit adf0395

Please sign in to comment.