fix: arch-03 worker system metric

This commit is contained in:
2026-03-13 13:40:30 +01:00
parent c6d5843022
commit 6eddc11253
5 changed files with 302 additions and 108 deletions

View File

@@ -62,7 +62,7 @@ const metrics = computed(() => [
async function testDownload() {
const start = performance.now()
const res = await apiRequest('/api/download')
const res = await apiRequest('/api/speedtest')
if (!res.ok) {
throw new Error(`HTTP ${res.status}`)
}