Skip to content

test: stabilize codspeed CPU benchmarks - #7987

Merged
Sheraff merged 1 commit into
mainfrom
test-stabilize-cpu-benchmarks
Aug 6, 2026
Merged

test: stabilize codspeed CPU benchmarks#7987
Sheraff merged 1 commit into
mainfrom
test-stabilize-cpu-benchmarks

Conversation

@Sheraff

@Sheraff Sheraff commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Benchmark Improvements
    • Improved client-navigation benchmarks with isolated state, consistent history handling, and more accurate batch completion across React, Solid, and Vue scenarios.
    • Updated SSR benchmarks to support controlled concurrent request workloads and clearer total-request measurement.
  • Bug Fixes
    • Improved request draining and failure handling so benchmark errors are reported reliably without leaving work unfinished.
  • Tests
    • Added comprehensive SSR utility coverage for concurrency limits, streaming responses, deterministic request distribution, and worker failures.
  • Chores
    • Added unit-test and type-checking targets for SSR benchmark validation.

@nx-cloud

nx-cloud Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

View your CI Pipeline Execution ↗ for commit fe294d7

Command Status Duration Result
nx affected --targets=test:eslint,test:unit,tes... ✅ Succeeded 12m 2s View ↗
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 1m 41s View ↗

☁️ Nx Cloud last updated this comment at 2026-08-06 14:24:43 UTC

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

🚀 Changeset Version Preview

No changeset entries found. Merging this PR will not cause a version bump for any packages.

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The PR updates client-navigation benchmarks to use harness-managed history and per-invocation lifecycle handling. It also changes SSR benchmarks to deterministic concurrent request loops with explicit workload counts, validation tests, Vitest configuration, and TypeScript checking.

Changes

Client-navigation benchmark history

Layer / File(s) Summary
History-aware harness
benchmarks/client-nav/scenarios/harness.ts
The harness supports browser and memory history, timer patching, listener cleanup, deterministic batch settling, history disposal, and fresh mount-loop history.
History propagation
benchmarks/client-nav/scenarios/*/src/main.tsx, benchmarks/client-nav/scenarios/history/*, benchmarks/client-nav/scenarios/rewrites/*
Scenario adapters receive RouterHistory, pass it to routers, and use it for pathname assertions.
Benchmark lifecycle updates
benchmarks/client-nav/scenarios/*/speed.bench.ts, benchmarks/client-nav/package.json
Benchmarks use per-invocation hooks and explicit test.finishBatch(). The client-navigation workspace adds @tanstack/history and jsdom.

SSR benchmark concurrency

Layer / File(s) Summary
Concurrent request-loop engine
benchmarks/ssr/bench-utils.ts
runRequestLoop builds deterministic worker sequences, runs them concurrently, drains response bodies, validates inputs, and propagates settled failures.
Request-loop tests
benchmarks/ssr/bench-utils.test.ts
Unit tests cover concurrency limits, deterministic request assignment, streaming completion, and failure draining.
Scenario workload migration
benchmarks/ssr/scenarios/*
SSR scenarios replace iterations with totalRequests and configure concurrency of 16.
SSR test tooling
benchmarks/ssr/package.json, benchmarks/ssr/tsconfig.json, benchmarks/ssr/vitest.unit.config.ts
The package adds a Vitest unit-test target and enables no-emit TypeScript checking.

Estimated code review effort: 5 (Critical) | ~120 minutes

Sequence Diagram(s)

sequenceDiagram
  participant Benchmark
  participant ClientNavHarness
  participant Router
  participant History
  Benchmark->>ClientNavHarness: create scenario state
  ClientNavHarness->>History: create browser or memory history
  ClientNavHarness->>Router: mount with RouterHistory
  Benchmark->>Router: execute navigation ticks
  Benchmark->>ClientNavHarness: finishBatch
  ClientNavHarness->>History: dispose history and restore resources
Loading
sequenceDiagram
  participant SSRBenchmark
  participant runRequestLoop
  participant RequestWorkers
  participant SSRServer
  SSRBenchmark->>runRequestLoop: provide concurrency and totalRequests
  runRequestLoop->>RequestWorkers: build and distribute request sequences
  RequestWorkers->>SSRServer: execute requests concurrently
  SSRServer-->>RequestWorkers: return response bodies
  RequestWorkers->>runRequestLoop: drain and validate responses
  runRequestLoop-->>SSRBenchmark: resolve or reject after workers settle
Loading

Suggested labels: package: history, package: router-core

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 7.41% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main changes to stabilize CodSpeed CPU benchmarks across client-navigation and SSR benchmark suites.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
📝 Generate docstrings 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch test-stabilize-cpu-benchmarks

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@pkg-pr-new

pkg-pr-new Bot commented Aug 6, 2026

Copy link
Copy Markdown
More templates

@tanstack/arktype-adapter

npm i https://pkg.pr.new/@tanstack/arktype-adapter@7987

@tanstack/eslint-plugin-router

npm i https://pkg.pr.new/@tanstack/eslint-plugin-router@7987

@tanstack/eslint-plugin-start

npm i https://pkg.pr.new/@tanstack/eslint-plugin-start@7987

@tanstack/history

npm i https://pkg.pr.new/@tanstack/history@7987

@tanstack/nitro-v2-vite-plugin

npm i https://pkg.pr.new/@tanstack/nitro-v2-vite-plugin@7987

@tanstack/react-router

npm i https://pkg.pr.new/@tanstack/react-router@7987

@tanstack/react-router-devtools

npm i https://pkg.pr.new/@tanstack/react-router-devtools@7987

@tanstack/react-router-ssr-query

npm i https://pkg.pr.new/@tanstack/react-router-ssr-query@7987

@tanstack/react-start

npm i https://pkg.pr.new/@tanstack/react-start@7987

@tanstack/react-start-client

npm i https://pkg.pr.new/@tanstack/react-start-client@7987

@tanstack/react-start-rsc

npm i https://pkg.pr.new/@tanstack/react-start-rsc@7987

@tanstack/react-start-server

npm i https://pkg.pr.new/@tanstack/react-start-server@7987

@tanstack/router-cli

npm i https://pkg.pr.new/@tanstack/router-cli@7987

@tanstack/router-core

npm i https://pkg.pr.new/@tanstack/router-core@7987

@tanstack/router-devtools

npm i https://pkg.pr.new/@tanstack/router-devtools@7987

@tanstack/router-devtools-core

npm i https://pkg.pr.new/@tanstack/router-devtools-core@7987

@tanstack/router-generator

npm i https://pkg.pr.new/@tanstack/router-generator@7987

@tanstack/router-plugin

npm i https://pkg.pr.new/@tanstack/router-plugin@7987

@tanstack/router-ssr-query-core

npm i https://pkg.pr.new/@tanstack/router-ssr-query-core@7987

@tanstack/router-utils

npm i https://pkg.pr.new/@tanstack/router-utils@7987

@tanstack/router-vite-plugin

npm i https://pkg.pr.new/@tanstack/router-vite-plugin@7987

@tanstack/solid-router

npm i https://pkg.pr.new/@tanstack/solid-router@7987

@tanstack/solid-router-devtools

npm i https://pkg.pr.new/@tanstack/solid-router-devtools@7987

@tanstack/solid-router-ssr-query

npm i https://pkg.pr.new/@tanstack/solid-router-ssr-query@7987

@tanstack/solid-start

npm i https://pkg.pr.new/@tanstack/solid-start@7987

@tanstack/solid-start-client

npm i https://pkg.pr.new/@tanstack/solid-start-client@7987

@tanstack/solid-start-server

npm i https://pkg.pr.new/@tanstack/solid-start-server@7987

@tanstack/start-client-core

npm i https://pkg.pr.new/@tanstack/start-client-core@7987

@tanstack/start-fn-stubs

npm i https://pkg.pr.new/@tanstack/start-fn-stubs@7987

@tanstack/start-plugin-core

npm i https://pkg.pr.new/@tanstack/start-plugin-core@7987

@tanstack/start-server-core

npm i https://pkg.pr.new/@tanstack/start-server-core@7987

@tanstack/start-static-server-functions

npm i https://pkg.pr.new/@tanstack/start-static-server-functions@7987

@tanstack/start-storage-context

npm i https://pkg.pr.new/@tanstack/start-storage-context@7987

@tanstack/valibot-adapter

npm i https://pkg.pr.new/@tanstack/valibot-adapter@7987

@tanstack/virtual-file-routes

npm i https://pkg.pr.new/@tanstack/virtual-file-routes@7987

@tanstack/vue-router

npm i https://pkg.pr.new/@tanstack/vue-router@7987

@tanstack/vue-router-devtools

npm i https://pkg.pr.new/@tanstack/vue-router-devtools@7987

@tanstack/vue-router-ssr-query

npm i https://pkg.pr.new/@tanstack/vue-router-ssr-query@7987

@tanstack/vue-start

npm i https://pkg.pr.new/@tanstack/vue-start@7987

@tanstack/vue-start-client

npm i https://pkg.pr.new/@tanstack/vue-start-client@7987

@tanstack/vue-start-server

npm i https://pkg.pr.new/@tanstack/vue-start-server@7987

@tanstack/zod-adapter

npm i https://pkg.pr.new/@tanstack/zod-adapter@7987

commit: fe294d7

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Bundle Size Benchmarks

This pull request does not affect bundle size in any measured scenario.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@benchmarks/client-nav/package.json`:
- Line 22: Update the `@tanstack/history` dependency declaration in package.json
to use the workspace:* protocol instead of workspace:^, preserving it as an
internal workspace dependency.

In `@benchmarks/client-nav/scenarios/harness.ts`:
- Around line 161-166: Update the teardown function returned by
restoreTimeouts() to cancel every tracked setImmediate callback and clear the
tracking collection before restoring targetWindow.setTimeout and
targetWindow.clearTimeout. Ensure pending callbacks cannot run after teardown,
while preserving the existing timer-method restoration.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 78324e95-3e8b-4367-8d62-274084374bfb

📥 Commits

Reviewing files that changed from the base of the PR and between ac1d0ab and fe294d7.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (98)
  • benchmarks/client-nav/package.json
  • benchmarks/client-nav/scenarios/async-pipeline/react/speed.bench.ts
  • benchmarks/client-nav/scenarios/async-pipeline/react/src/main.tsx
  • benchmarks/client-nav/scenarios/async-pipeline/solid/speed.bench.ts
  • benchmarks/client-nav/scenarios/async-pipeline/solid/src/main.tsx
  • benchmarks/client-nav/scenarios/async-pipeline/vue/speed.bench.ts
  • benchmarks/client-nav/scenarios/async-pipeline/vue/src/main.tsx
  • benchmarks/client-nav/scenarios/control-flow/react/speed.bench.ts
  • benchmarks/client-nav/scenarios/control-flow/react/src/main.tsx
  • benchmarks/client-nav/scenarios/control-flow/solid/speed.bench.ts
  • benchmarks/client-nav/scenarios/control-flow/solid/src/main.tsx
  • benchmarks/client-nav/scenarios/control-flow/vue/speed.bench.ts
  • benchmarks/client-nav/scenarios/control-flow/vue/src/main.tsx
  • benchmarks/client-nav/scenarios/harness.ts
  • benchmarks/client-nav/scenarios/head/react/speed.bench.ts
  • benchmarks/client-nav/scenarios/head/react/src/main.tsx
  • benchmarks/client-nav/scenarios/head/solid/speed.bench.ts
  • benchmarks/client-nav/scenarios/head/solid/src/main.tsx
  • benchmarks/client-nav/scenarios/head/vue/speed.bench.ts
  • benchmarks/client-nav/scenarios/head/vue/src/main.tsx
  • benchmarks/client-nav/scenarios/history/react/setup.ts
  • benchmarks/client-nav/scenarios/history/react/speed.bench.ts
  • benchmarks/client-nav/scenarios/history/react/src/main.tsx
  • benchmarks/client-nav/scenarios/history/shared.ts
  • benchmarks/client-nav/scenarios/history/solid/setup.ts
  • benchmarks/client-nav/scenarios/history/solid/speed.bench.ts
  • benchmarks/client-nav/scenarios/history/solid/src/main.tsx
  • benchmarks/client-nav/scenarios/history/vue/setup.ts
  • benchmarks/client-nav/scenarios/history/vue/speed.bench.ts
  • benchmarks/client-nav/scenarios/history/vue/src/main.tsx
  • benchmarks/client-nav/scenarios/links/react/speed.bench.ts
  • benchmarks/client-nav/scenarios/links/react/src/main.tsx
  • benchmarks/client-nav/scenarios/links/solid/speed.bench.ts
  • benchmarks/client-nav/scenarios/links/solid/src/main.tsx
  • benchmarks/client-nav/scenarios/links/vue/speed.bench.ts
  • benchmarks/client-nav/scenarios/links/vue/src/main.tsx
  • benchmarks/client-nav/scenarios/loaders/react/speed.bench.ts
  • benchmarks/client-nav/scenarios/loaders/react/src/main.tsx
  • benchmarks/client-nav/scenarios/loaders/solid/speed.bench.ts
  • benchmarks/client-nav/scenarios/loaders/solid/src/main.tsx
  • benchmarks/client-nav/scenarios/loaders/vue/speed.bench.ts
  • benchmarks/client-nav/scenarios/loaders/vue/src/main.tsx
  • benchmarks/client-nav/scenarios/mount/react/speed.bench.ts
  • benchmarks/client-nav/scenarios/mount/react/src/main.tsx
  • benchmarks/client-nav/scenarios/mount/solid/speed.bench.ts
  • benchmarks/client-nav/scenarios/mount/solid/src/main.tsx
  • benchmarks/client-nav/scenarios/mount/vue/speed.bench.ts
  • benchmarks/client-nav/scenarios/mount/vue/src/main.tsx
  • benchmarks/client-nav/scenarios/nested-params/react/speed.bench.ts
  • benchmarks/client-nav/scenarios/nested-params/react/src/main.tsx
  • benchmarks/client-nav/scenarios/nested-params/solid/speed.bench.ts
  • benchmarks/client-nav/scenarios/nested-params/solid/src/main.tsx
  • benchmarks/client-nav/scenarios/nested-params/vue/speed.bench.ts
  • benchmarks/client-nav/scenarios/nested-params/vue/src/main.tsx
  • benchmarks/client-nav/scenarios/preload/react/speed.bench.ts
  • benchmarks/client-nav/scenarios/preload/react/src/main.tsx
  • benchmarks/client-nav/scenarios/preload/solid/speed.bench.ts
  • benchmarks/client-nav/scenarios/preload/solid/src/main.tsx
  • benchmarks/client-nav/scenarios/preload/vue/speed.bench.ts
  • benchmarks/client-nav/scenarios/preload/vue/src/main.tsx
  • benchmarks/client-nav/scenarios/rewrites/react/speed.bench.ts
  • benchmarks/client-nav/scenarios/rewrites/react/src/main.tsx
  • benchmarks/client-nav/scenarios/rewrites/shared.ts
  • benchmarks/client-nav/scenarios/rewrites/solid/speed.bench.ts
  • benchmarks/client-nav/scenarios/rewrites/solid/src/main.tsx
  • benchmarks/client-nav/scenarios/rewrites/vue/speed.bench.ts
  • benchmarks/client-nav/scenarios/rewrites/vue/src/main.tsx
  • benchmarks/client-nav/scenarios/route-tree-scale/react/speed.bench.ts
  • benchmarks/client-nav/scenarios/route-tree-scale/react/src/main.tsx
  • benchmarks/client-nav/scenarios/route-tree-scale/solid/speed.bench.ts
  • benchmarks/client-nav/scenarios/route-tree-scale/solid/src/main.tsx
  • benchmarks/client-nav/scenarios/route-tree-scale/vue/speed.bench.ts
  • benchmarks/client-nav/scenarios/route-tree-scale/vue/src/main.tsx
  • benchmarks/client-nav/scenarios/search-params/react/speed.bench.ts
  • benchmarks/client-nav/scenarios/search-params/react/src/main.tsx
  • benchmarks/client-nav/scenarios/search-params/solid/speed.bench.ts
  • benchmarks/client-nav/scenarios/search-params/solid/src/main.tsx
  • benchmarks/client-nav/scenarios/search-params/vue/speed.bench.ts
  • benchmarks/client-nav/scenarios/search-params/vue/src/main.tsx
  • benchmarks/ssr/bench-utils.test.ts
  • benchmarks/ssr/bench-utils.ts
  • benchmarks/ssr/package.json
  • benchmarks/ssr/scenarios/assets/shared.ts
  • benchmarks/ssr/scenarios/before-load/shared-bench.ts
  • benchmarks/ssr/scenarios/control-flow/shared.ts
  • benchmarks/ssr/scenarios/global-middleware/bench.ts
  • benchmarks/ssr/scenarios/head/shared.ts
  • benchmarks/ssr/scenarios/loaders/shared-bench.ts
  • benchmarks/ssr/scenarios/rewrites/shared.ts
  • benchmarks/ssr/scenarios/selective-ssr/shared-bench.ts
  • benchmarks/ssr/scenarios/serialization/shared-bench.ts
  • benchmarks/ssr/scenarios/server-fn-transport/bench.ts
  • benchmarks/ssr/scenarios/server-fns/bench.ts
  • benchmarks/ssr/scenarios/server-routes-middleware/shared.ts
  • benchmarks/ssr/scenarios/server-routes/shared.ts
  • benchmarks/ssr/scenarios/streaming/shared-bench.ts
  • benchmarks/ssr/tsconfig.json
  • benchmarks/ssr/vitest.unit.config.ts

"test:types:vue": "tsc -p ./vue/tsconfig.json --noEmit"
},
"dependencies": {
"@tanstack/history": "workspace:^",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Use the required workspace protocol.

Replace workspace:^ with workspace:* for this internal dependency.

As per coding guidelines, "**/package.json: Use workspace protocol (workspace:*) for internal dependencies."

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@benchmarks/client-nav/package.json` at line 22, Update the `@tanstack/history`
dependency declaration in package.json to use the workspace:* protocol instead
of workspace:^, preserving it as an internal workspace dependency.

Source: Coding guidelines

Comment on lines 161 to +166
return () => {
window.setTimeout = originalSetTimeout as typeof window.setTimeout
window.clearTimeout = originalClearTimeout as typeof window.clearTimeout
targetWindow.setTimeout =
originalSetTimeout as typeof targetWindow.setTimeout
targetWindow.clearTimeout =
originalClearTimeout as typeof targetWindow.clearTimeout
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🩺 Stability & Availability | 🟡 Minor | ⚡ Quick win

Cancel pending patched timers during teardown.

restoreTimeouts() restores the timer methods but leaves queued setImmediate callbacks active. A callback queued before after() can run after unmount, history destruction, or JSDOM window closure. Cancel and clear all tracked immediates before restoring the methods.

Proposed fix
   return () => {
+    for (const immediate of immediates.values()) {
+      clearImmediate(immediate)
+    }
+    immediates.clear()
     targetWindow.setTimeout =
       originalSetTimeout as typeof targetWindow.setTimeout
     targetWindow.clearTimeout =
       originalClearTimeout as typeof targetWindow.clearTimeout
   }
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
return () => {
window.setTimeout = originalSetTimeout as typeof window.setTimeout
window.clearTimeout = originalClearTimeout as typeof window.clearTimeout
targetWindow.setTimeout =
originalSetTimeout as typeof targetWindow.setTimeout
targetWindow.clearTimeout =
originalClearTimeout as typeof targetWindow.clearTimeout
}
return () => {
for (const immediate of immediates.values()) {
clearImmediate(immediate)
}
immediates.clear()
targetWindow.setTimeout =
originalSetTimeout as typeof targetWindow.setTimeout
targetWindow.clearTimeout =
originalClearTimeout as typeof targetWindow.clearTimeout
}
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@benchmarks/client-nav/scenarios/harness.ts` around lines 161 - 166, Update
the teardown function returned by restoreTimeouts() to cancel every tracked
setImmediate callback and clear the tracking collection before restoring
targetWindow.setTimeout and targetWindow.clearTimeout. Ensure pending callbacks
cannot run after teardown, while preserving the existing timer-method
restoration.

@codspeed-hq

codspeed-hq Bot commented Aug 6, 2026

Copy link
Copy Markdown

Merging this PR will degrade performance by 12.86%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 28 improved benchmarks
❌ 80 (👁 80) regressed benchmarks
✅ 72 untouched benchmarks

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Memory mem server error-paths not-found (vue) 943.8 KB 319.2 KB ×3
Memory mem server error-paths unmatched (react) 440.3 KB 273.3 KB +61.09%
Simulation client-control-flow navigation loop (vue) 55.5 ms 35.7 ms +55.62%
Simulation client-rewrites navigation loop (vue) 68.1 ms 48.1 ms +41.73%
Memory mem client unique-location-churn (solid) 473.9 KB 342.1 KB +38.52%
Simulation client-async-pipeline navigation loop (vue) 51.6 ms 37.2 ms +38.48%
Simulation client-search-params navigation loop (react) 80.7 ms 63.5 ms +27.09%
Simulation client-search-params navigation loop (vue) 95.1 ms 80.4 ms +18.26%
Simulation client-control-flow navigation loop (solid) 65.7 ms 56.3 ms +16.82%
Simulation client-route-tree-scale navigation loop (vue) 76.5 ms 66.3 ms +15.41%
Simulation client-nested-params navigation loop (solid) 274.3 ms 238.9 ms +14.82%
Simulation client-search-params navigation loop (solid) 131.5 ms 115.3 ms +14.01%
Simulation client-history navigation loop (vue) 46.9 ms 41.3 ms +13.57%
Simulation client-head navigation loop (react) 73.1 ms 64.9 ms +12.77%
Simulation client-rewrites navigation loop (react) 50.6 ms 45 ms +12.38%
Simulation client-control-flow navigation loop (react) 66 ms 58.9 ms +12.14%
Simulation client-rewrites navigation loop (solid) 84.9 ms 76.2 ms +11.31%
Simulation client-route-tree-scale navigation loop (react) 72.3 ms 66.4 ms +8.84%
Simulation client-route-tree-scale navigation loop (solid) 131.1 ms 120.4 ms +8.83%
Simulation client-nested-params navigation loop (react) 76.9 ms 70.7 ms +8.72%
... ... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing test-stabilize-cpu-benchmarks (fe294d7) with main (ac1d0ab)

Open in CodSpeed

@Sheraff
Sheraff merged commit abf9b81 into main Aug 6, 2026
26 checks passed
@Sheraff
Sheraff deleted the test-stabilize-cpu-benchmarks branch August 6, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant