Avatar for the vortex-data user
vortex-data
vortex
BlogDocsChangelog

Performance History

Latest Results

Use async_fs instead of LocalFileSystem in java bindings for local files Signed-off-by: Robert Kruszewski <github@robertk.io>
rk/javalocalfs
41 minutes ago
benchmarks-website/ops: force-rebuild path for "redeploy current branch" The deploy timer's fast-path exit when `origin/$DEPLOY_BRANCH` hasn't moved is the right default — but it means there's no way to say "I want a fresh build of whatever's on the branch I'm tracking right now, even though origin hasn't moved." Real situations that hit this: - Flipped DEPLOY_BRANCH and want the new tip within seconds, not on the next commit there. - Edited /etc/vortex-bench.env in a way that needs a rebuild (build flags, target paths) rather than just a `systemctl restart`. - target/ got wedged and you want a clean rebuild from scratch. deploy.sh now accepts either `FORCE=1` in the environment or a `.force-rebuild` sentinel file under `$STATE_DIR`. Either path skips the stamp comparison so the full build → atomic swap → restart → /health cycle runs against `origin/$DEPLOY_BRANCH`. The sentinel is consumed on consumption so the very next ordinary timer tick is a normal no-op again. ops/force-rebuild.sh is a one-liner wrapper that drops the sentinel and triggers the deploy service — operator-facing, no env vars or systemd-override invocations to remember. ops/README.md grows a "How do I manually restart or redeploy?" section with three knobs in increasing order of work: restart-only, deploy-if-moved, and force-rebuild. Drops the earlier "manual cargo build from a local checkout" path which was over-documented; the force-rebuild + DEPLOY_BRANCH flip covers the same ground without encouraging hand-edited build state on the host. Signed-off-by: Claude <noreply@anthropic.com>
ct/bench-v3-autopilot
3 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Use async_fs instead of LocalFileSystem in java bindings for local files#7904
9 hours ago
0907587
rk/javalocalfs
CodSpeed Performance Gauge
0%
CodSpeed Performance Gauge
0%
8 hours ago
02a5b97
ct/bench-v3-autopilot
Ā© 2026 CodSpeed Technology
Home Terms Privacy Docs