analyser fix
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Norman Köhring 11 months ago
parent d8f87b9d82
commit e3337e10b1

@ -1,9 +1,9 @@
import { retryFetch } from "./toolkit.ts"; import { retryFetch } from "./toolkit.ts";
//const STATUS_URL = "http://ylt:8383/api/runs/"; const STATUS_URL = "http://ylt:8383/api/runs/";
//const RESULT_URL = "http://ylt:8383/api/results/"; const RESULT_URL = "http://ylt:8383/api/results/";
const STATUS_URL = "http://localhost:8383/api/runs/"; //const STATUS_URL = "http://localhost:8383/api/runs/";
const RESULT_URL = "http://localhost:8383/api/results/"; //const RESULT_URL = "http://localhost:8383/api/results/";
const METRIC_DEFAULTS = { const METRIC_DEFAULTS = {
device: "desktop", device: "desktop",
waitForResponse: false, waitForResponse: false,

Loading…
Cancel
Save