fix(benchmark): remove stale progress setter (#1136)

This commit is contained in:
NgoQuocViet2001 2026-07-24 10:04:52 +07:00 committed by jakeaturner
parent 69080b3a05
commit 223ead7c4e
No known key found for this signature in database
GPG Key ID: B1072EBDEECE328D
1 changed files with 0 additions and 8 deletions

View File

@ -93,14 +93,6 @@ export default function BenchmarkPage(props: {
setErrorMsg(null)
run.reset()
setIsRunning(true)
setProgress({
status: 'starting',
progress: 5,
message: 'Starting benchmark... This takes 3-6 minutes.',
current_stage: 'Starting',
benchmark_id: '',
timestamp: new Date().toISOString(),
})
// Use sync mode - runs inline without needing Redis/queue worker
return await api.runBenchmark(type, true)