fix(benchmark): remove stale progress setter (#1136)
This commit is contained in:
parent
69080b3a05
commit
223ead7c4e
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue