Skip to content

Commit

Permalink
unbuffered output
Browse files Browse the repository at this point in the history
  • Loading branch information
sentilesdal committed Nov 18, 2024
1 parent 0540fd9 commit 2409b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

# Run the gas benchmark and stores the output to a json file.
- name: Run benchmark
run: python python/gas_benchmarks.py benchmarks.json
run: python -u python/gas_benchmarks.py benchmarks.json

# Load the benchmarks cache. We use a different cache key for every run
# because Github Actions caches are currently immutable. By specifying the
Expand Down

0 comments on commit 2409b17

Please sign in to comment.