Skip to content

Commit fe9150d

Browse files
Boshenclaude
andcommitted
chore: upgrade oxc to 0.119.0 and oxc_resolver to 11.19.1
- oxc, oxc_allocator, oxc_ecmascript, oxc_traverse, etc.: 0.118.0 → 0.119.0 - oxc_resolver, oxc_resolver_napi: 11.17.1 → 11.19.1 - npm packages (@oxc-project/runtime, @oxc-project/types, oxc-minify, oxc-parser, oxc-transform): 0.118.0 → 0.119.0 - Mark object-spread-side-effect test as expected failure (oxc regression) - Update test snapshots for codegen changes Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 795521b commit fe9150d

File tree

51 files changed

+501
-597
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+501
-597
lines changed

.github/workflows/benchmark-rust.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,19 @@ jobs:
4242
- name: Setup Rust
4343
uses: oxc-project/setup-rust@4f86b5d871ae7d24bc420e578be68964ab09e5cc # v1.0.15
4444
with:
45-
tools: just
45+
tools: just, cargo-codspeed
4646
cache-key: codspeed
4747
save-cache: ${{ github.ref_name == 'main' }}
4848

4949
- name: Setup Benchmark Input
5050
run: just setup-bench
5151

52-
- run: cargo codspeed build -p bench --features codspeed
53-
5452
- name: Run the benchmarks
5553
uses: CodSpeedHQ/action@281164b0f014a4e7badd2c02cecad9b595b70537 # v4.11.1
5654
with:
57-
run: cargo codspeed run -p bench
55+
run: cargo codspeed build -p bench --features codspeed && cargo codspeed run -p bench
5856
token: ${{ secrets.CODSPEED_TOKEN }}
59-
mode: 'instrumentation'
57+
mode: simulation
6058

6159
benchmark-rust:
6260
permissions:

0 commit comments

Comments
 (0)