Skip to content

Commit

Permalink
Remove plots generation in cscs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzovarese committed Sep 13, 2024
1 parent 086462b commit 4311017
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/cscs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ run_tests:
- LAST_MAIN_COMMIT=$(git rev-parse origin/main)
- echo "Benchmarking current commit ($CURRENT_COMMIT) in the current branch and ($LAST_MAIN_COMMIT) in the main branch"
- benchpkg --rev="$LAST_MAIN_COMMIT,$CURRENT_COMMIT" --bench-on="$CURRENT_COMMIT" --output-dir=results/
- mkdir -p plots
- echo "Generating plots comparing current commit ($CURRENT_COMMIT) against ($LAST_MAIN_COMMIT) in the main branch"
- benchpkgplot GridTools --rev="$LAST_MAIN_COMMIT,$CURRENT_COMMIT" --npart=10 --format=png --input-dir=results/ --output-dir=plots/
- echo "Creating benchmark table comparing current commit ($CURRENT_COMMIT) against ($LAST_MAIN_COMMIT) in the main branch"
- benchpkgtable --rev="$LAST_MAIN_COMMIT,$CURRENT_COMMIT" --input-dir=results/ --ratio
variables:
Expand Down

0 comments on commit 4311017

Please sign in to comment.