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

This commit is contained in:
NgoQuocViet2001 2026-07-24 10:04:52 +07:00 committed by GitHub
parent ab738cf941
commit 25fc4adda6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)