Skip to content

Commit

Permalink
Update benchmark CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-zzh committed Feb 4, 2023
1 parent e90659e commit 7962fc8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/benchmark_tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Basic Tests
name: Benchmark Tests
on: push
jobs:
build:
name: Build Basic Tests
name: Build & Run Benchmark Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -12,4 +12,9 @@ jobs:
mkdir build
cd build
cmake .. -Dbenchmark=on
make
make
- name: Run
run: |
cd build/benchmark
./LightestBenchmarkLightest && ./LightestBenchmarkGTest

0 comments on commit 7962fc8

Please sign in to comment.