From 0bf655881537e42d60b5044787d214487ce2214a Mon Sep 17 00:00:00 2001 From: antalszava Date: Fri, 12 Mar 2021 12:46:05 -0500 Subject: [PATCH] temp remove --- .github/workflows/benchmarks.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 690b0f7a22..a0f31615f3 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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