mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 02:34:20 +01:00
Enable Nyrkiö also for PR
This commit is contained in:
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
@@ -64,13 +64,6 @@ jobs:
|
||||
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||
- run: wasm-pack build --target nodejs bindings/wasm
|
||||
|
||||
bench:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Bench
|
||||
run: cargo bench
|
||||
|
||||
test-limbo:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
6
.github/workflows/rust_perf.yml
vendored
6
.github/workflows/rust_perf.yml
vendored
@@ -1,9 +1,11 @@
|
||||
name: Benchmarks+Nyrkiö
|
||||
name: Rust Benchmarks+Nyrkiö
|
||||
|
||||
# Pull request support isn't integrated to the github-action-benchmark so run only post-merge
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "master", "notmain", "add-nyrkio" ]
|
||||
pull_request:
|
||||
branches: [ "main", "notmain", "master" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: never
|
||||
@@ -34,6 +36,8 @@ jobs:
|
||||
fail-on-alert: true
|
||||
# Nyrkiö configuration
|
||||
nyrkio-enable: true
|
||||
# Make results and change points public, so that any oss contributor can see them
|
||||
nyrkio-public: true
|
||||
# Get yours from https://nyrkio.com/docs/getting-started
|
||||
nyrkio-token: ${{ secrets.STAGING_JWT_TOKEN }}
|
||||
nyrkio-api-root: https://staging.nyrkio.com/api/v0
|
||||
|
||||
Reference in New Issue
Block a user