From fbbdfc8bb36c7c04f863a54fbaf80e648add3b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=AD=E2=99=A2=EF=BC=AE=EF=BC=B4=CE=9B=EF=BC=B3?= =?UTF-8?q?=EF=BC=A9=EF=BC=AD?= Date: Sat, 17 Aug 2024 21:55:01 +0600 Subject: [PATCH] refactor: remove performance benchmark action --- .github/workflows/performance-benchmark.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/performance-benchmark.yml diff --git a/.github/workflows/performance-benchmark.yml b/.github/workflows/performance-benchmark.yml deleted file mode 100644 index 110d90b..0000000 --- a/.github/workflows/performance-benchmark.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Performance Benchmark - -on: [push, pull_request] - -jobs: - benchmark: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Run benchmarks - run: ./run_benchmarks.sh - - - name: Upload results - uses: actions/upload-artifact@v2 - with: - name: benchmark-results - path: ./benchmark_results.csv