Skip to content

Commit

Permalink
Update light_benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattan authored Oct 1, 2024
1 parent d9bbaeb commit 72ace8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/light_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run benchmark script (main)
id: run-benchmark-main
run: |
python benchmarks/light_benchmark.py ${{steps.run-benchmark-pr.outputs.RG_QSVM}} ${{steps.run-benchmark-pr.outputs.RG_VQC}} ${{steps.run-benchmark-pr.outputs.QMDM_mean}} ${{steps.run-benchmark-pr.outputs.QMDM_dist}} ${{steps.run-benchmark-pr.outputs.RG_LDA}} ${{steps.run-benchmark-pr.outputs.NCH_MIN_HULL}}
python benchmarks/light_benchmark.py ${{steps.run-benchmark-pr.outputs.RG_QSVM}} ${{steps.run-benchmark-pr.outputs.RG_VQC}} ${{steps.run-benchmark-pr.outputs.QMDM_mean}} ${{steps.run-benchmark-pr.outputs.QMDM_dist}} ${{steps.run-benchmark-pr.outputs.RG_LDA}} ${{steps.run-benchmark-pr.outputs.NCH_MIN_HULL}} ${{steps.run-benchmark-pr.outputs.NCH_MIN_HULL_QAOACV}}
- name: Compare performance
run: |
echo ${{steps.run-benchmark-main.outputs.success}}
Expand Down

0 comments on commit 72ace8d

Please sign in to comment.