Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix/npo-entity
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Nov 7, 2024
2 parents 7bd5e65 + fb0974d commit e5b03c8
Show file tree
Hide file tree
Showing 130 changed files with 459 additions and 978 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
macro_benchmarks:
name: Macro Benchmarks
if: "${{ contains(github.event.pull_request.labels.*.name, 'ci: benchmark') || github.event_name == 'push' }}"
runs-on: benchmarking-runner
runs-on:
group: benchmarking-runner
permissions:
pull-requests: write
contents: write
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/benchmark_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ concurrency:
jobs:
micro_benchmarks:
name: Micro Benchmarks
runs-on: benchmarking-runner
runs-on:
group: benchmarking-runner
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/benchmark_pr_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
micro_benchmarks_pr_run:
name: Micro Benchmarks for PR
if: "${{ contains(github.event.pull_request.labels.*.name, 'ci: benchmark') }}"
runs-on: benchmarking-runner
runs-on:
group: benchmarking-runner
steps:
- uses: actions/checkout@v4
- name: Run Benchmarks
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
with:
target: wasm32-unknown-unknown

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "20.11.0"

- name: Install Wasm Pack
run: cargo install wasm-bindgen-cli --vers "0.2.92"

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nginx-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
nginx_benchmarks:
name: Nginx Benchmarks
if: "contains(github.event.pull_request.labels.*.name, 'ci: benchmark') || github.event_name == 'push'"
runs-on: benchmarking-runner
runs-on:
group: benchmarking-runner
permissions:
pull-requests: write
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .nightly/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-06-01"
channel = "nightly-2024-10-20"
profile = "default"
Loading

0 comments on commit e5b03c8

Please sign in to comment.