From 0e9d1e50989ed18c5dbe543647cead43013b2bef Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 6 Jun 2022 15:15:08 +0300 Subject: [PATCH] Debug WIP: Fixed prior benchmark stuff --- .github/workflows/benchmark-cachegrind.yml | 2 -- .github/workflows/benchmark.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index c7ebca62..ad3552ad 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -56,11 +56,9 @@ jobs: run: | python -m pip install requests python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose - - name: Install valgrind run: | sudo apt-get install valgrind - - name: Run ${{ matrix.bench.title }} (Cold Cachegrind) run: sudo bash ./scripts/run-with-cachegrind.sh python ./bench/bench.py "${{ matrix.bench.cachegrindTitle}}Cold" 1 | tee ${{ matrix.bench.script }}-output.txt diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2b6237c2..74f22702 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -55,11 +55,9 @@ jobs: run: | python -m pip install requests python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose - - name: Run benchmark run: | python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt - - name: Checkout Benchmark Results repository uses: actions/checkout@v3 with: