Skip to content

Commit a51bd4d

Browse files
committed
Add benchmark
1 parent 3848936 commit a51bd4d

File tree

7 files changed

+516
-13
lines changed

7 files changed

+516
-13
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
- uses: actions-rust-lang/setup-rust-toolchain@v1
3030
- run: cargo install wasm-pack
3131
- run: wasm-pack build --target web
32+
bench:
33+
name: Benchmark project
34+
runs-on: ubuntu-latest
35+
steps:
36+
- uses: actions/checkout@v4
37+
- uses: actions-rust-lang/setup-rust-toolchain@v1
38+
- run: cargo bench
3239
send-notification:
3340
needs: [build, test, build-wasm]
3441
if: ${{ failure() }}

0 commit comments

Comments
 (0)