Skip to content

Commit

Permalink
Return to main and full benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandsullivan authored Jan 23, 2025
1 parent dbce968 commit 21f73fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ucc-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Run Benchmarks
on:
push:
branches:
- push-deploy-key
- main
workflow_dispatch: # Allows the workflow to be triggered manually
inputs: # Optional inputs to customize the workflow when triggered manually
branch:
description: 'Branch to run benchmarks on'
required: false
default: 'push-deploy-key'
default: 'main'

jobs:
run-benchmarks:
Expand All @@ -33,7 +33,9 @@ jobs:
-v "/home/runner/work/ucc/ucc:/ucc" \
ucc-benchmark bash -c "
source /venv/bin/activate && \
./benchmarks/scripts/small_test.sh
./benchmarks/scripts/run_benchmarks.sh 8 && \
python ./benchmarks/scripts/plot_avg_benchmarks_over_time.py && \
python ./benchmarks/scripts/plot_latest_benchmarks.py
"
# Commit and push benchmark results
Expand Down

0 comments on commit 21f73fb

Please sign in to comment.