Skip to content

Commit

Permalink
temp remove
Browse files Browse the repository at this point in the history
  • Loading branch information
antalszava committed Mar 12, 2021
1 parent d4ab3bc commit 0bf6558
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,6 @@ jobs:
cd main
python .github/workflows/benchmarks/run_bench.py lightning.qubit lightning_master.json
- name: Benchmark default qubit device
run: |
cd main
python .github/workflows/benchmarks/run_bench.py default.qubit default_qubit.json
- name: Checkout PennyLane-Lightning PR
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
path: main

- name: Install lightning.qubit device (PR)
run: |
cd main
pip install -e .
- name: Benchmark lightning PR device
run: |
cd main
python .github/workflows/benchmarks/run_bench.py lightning.qubit lightning_pr.json
- name: Plot results
run: |
cd main
Expand Down

0 comments on commit 0bf6558

Please sign in to comment.