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

Performance History

Latest Results

more reviews
benedikt-bartscher:explicit-event-id-minification
3 hours ago
Merge branch 'main' into fix/wrap-recharts-sankey-6558
harsh21234i:fix/wrap-recharts-sankey-6558
3 hours ago
cleanup
benedikt-bartscher:improve-compile-perf
13 hours ago
more review
benedikt-bartscher:try-orjson
13 hours ago
review
benedikt-bartscher:improve-compile-perf
14 hours ago
review
benedikt-bartscher:explicit-event-id-minification
14 hours ago
fix(cloud): preserve an unreadable hosting config instead of replacing it Follow-up review caught a regression from the atomic-write change: `_read_hosting_config` swallowed read errors and returned `{}`, so `delete_token_from_config` replaced a malformed config with `{}`, destroying the token and project it could not parse. On main the read and the write shared one try block, so a parse failure aborted before the write. Confirmed against a main worktree: main leaves the malformed file untouched, this branch emptied it. `_read_hosting_config` now returns `{}` only for a missing file and propagates read and parse errors. `delete_token_from_config` lets those reach its existing handler, so an unreadable config is left alone. `save_token_to_config` keeps its previous fallback of starting from an empty config, so a corrupt file cannot block re-authenticating. `token --clear` verified removal through a lookup that treats an unreadable config as "no token", so it could report success while the token was still on disk. It now reads the config directly through `stored_access_token`, which distinguishes absent from unparseable, and fails on either kind of unconfirmed removal. The `--print` stdout test mocked the very helper whose debug records contaminate stdout, so it passed with or without the fix. It now writes a real config and exercises the lookup; verified it fails without the fix. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
feat/cloud-whoami-token
14 hours ago

Latest Branches

CodSpeed Performance Gauge
+14%
Explicit state and event id minification#6100
3 hours ago
5865869
benedikt-bartscher:explicit-event-id-minification
CodSpeed Performance Gauge
0%
4 hours ago
ad58f95
harsh21234i:fix/wrap-recharts-sankey-6558
CodSpeed Performance Gauge
+6%
13 hours ago
60d48a3
benedikt-bartscher:improve-compile-perf
© 2026 CodSpeed Technology
Home Terms Privacy Docs