Avatar for the reflex-dev user
reflex-dev
reflex
BlogDocsChangelog

Performance History

Latest Results

Merge branch 'main' into issue-6484-code-block-tests
issue-6484-code-block-tests
2 hours ago
Enable the development condition for react-router dev under bun react-router 8's dev CLI imports "#development-condition-enabled", a resolution probe that is true only when the runtime has the `development` export condition active. When it is not, the CLI re-executes itself with NODE_OPTIONS=--conditions=development; bun does not apply that option when it executes the CLI on installs without node, so the restarted process probes false again and trips the CLI's restart guard: "restartWithMergedOptions() was called, but the process has already been restarted", killing the dev server. This is the second react-router 8.3.0 fallout in reflex-init-in-docker-test - the run on this branch got past the (fixed) prerender failure, crashed here in the dev phase, and hung the workflow waiting on a frontend that had exited. Environments with node installed never see it because the CLI's node shebang wins, which is why the integration matrix stayed green. Pre-enable the condition in run_frontend for both runtimes by appending --conditions=development to NODE_OPTIONS and BUN_OPTIONS (merged with any existing value, idempotent). Under bun the CLI's restarted process picks BUN_OPTIONS up from the environment and comes up with the condition enabled; under node the condition is active up front and the restart is skipped entirely. Prod is unaffected: run_frontend_prod serves compiled static files without the react-router CLI, and vite's bundle resolution conditions are mode-driven, not process-driven. Verified in a node-free environment (reflex-managed bun 1.3.14, mirroring the docker image): `reflex run --env dev` on a fresh blank app now serves 200 with zero restart errors, where it previously reproduced the CI crash exactly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AzeRM83L6J367wmwk9Gezk
claude/vite-8-2-0-test-memo-regression-h6shlg
5 hours ago
Add category icons to search results
agent/keyword-only-algolia-search
5 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Add code block integration coverage#6520
2 hours ago
2589312
issue-6484-code-block-tests
CodSpeed Performance Gauge
0%
3 hours ago
327cecd
claude/vite-8-2-0-test-memo-regression-h6shlg
CodSpeed Performance Gauge
0%
5 hours ago
0bf59e0
agent/keyword-only-algolia-search
© 2026 CodSpeed Technology
Home Terms Privacy Docs