mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
rust_perf.yml. Re-enable benchmarks (make bench)
This commit is contained in:
14
.github/workflows/rust_perf.yml
vendored
14
.github/workflows/rust_perf.yml
vendored
@@ -22,13 +22,13 @@ jobs:
|
||||
# - name: Install dependencies
|
||||
# run: npm install && npm run build
|
||||
|
||||
# - name: Bench
|
||||
# run: cargo bench 2>&1 | tee output.txt
|
||||
- name: Bench (fake)
|
||||
run: |
|
||||
pwd
|
||||
ls
|
||||
cp .github/data/limbo-cargo-output.txt output.txt
|
||||
- name: Bench
|
||||
run: cargo bench 2>&1 | tee output.txt
|
||||
# - name: Bench (fake)
|
||||
# run: |
|
||||
# pwd
|
||||
# ls
|
||||
# cp .github/data/limbo-cargo-output.txt output.txt
|
||||
|
||||
- name: Analyze benchmark result with Nyrkiö
|
||||
uses: nyrkio/github-action-benchmark@HEAD
|
||||
|
||||
Reference in New Issue
Block a user