From e3337e10b1acde1ff8cd9b2a213a55c76bc326ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20K=C3=B6hring?= Date: Sat, 15 Jul 2023 19:38:57 +0200 Subject: [PATCH] analyser fix --- analyser/metrics.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/analyser/metrics.ts b/analyser/metrics.ts index 1ae2c879..e10c7380 100644 --- a/analyser/metrics.ts +++ b/analyser/metrics.ts @@ -1,9 +1,9 @@ import { retryFetch } from "./toolkit.ts"; -//const STATUS_URL = "http://ylt:8383/api/runs/"; -//const RESULT_URL = "http://ylt:8383/api/results/"; -const STATUS_URL = "http://localhost:8383/api/runs/"; -const RESULT_URL = "http://localhost:8383/api/results/"; +const STATUS_URL = "http://ylt:8383/api/runs/"; +const RESULT_URL = "http://ylt:8383/api/results/"; +//const STATUS_URL = "http://localhost:8383/api/runs/"; +//const RESULT_URL = "http://localhost:8383/api/results/"; const METRIC_DEFAULTS = { device: "desktop", waitForResponse: false,