asv runners have the same machine name now

This commit is contained in:
2026-02-23 15:06:24 -05:00
committed by Forgejo
parent ce4bbd4303
commit 5f76637b21
+4
View File
@@ -721,6 +721,8 @@ def benchmark(session: nox.Session):
session.run(
"asv",
"run",
"--machine",
"forgejo-runner",
"--append-samples",
"--show-stderr",
"--verbose",
@@ -756,6 +758,8 @@ def benchmark_regression(session: nox.Session):
session.run(
"asv",
"continuous",
"--machine",
"forgejo-runner",
"--append-samples",
"--show-stderr",
"--verbose",