asv runners have the same machine name now

This commit is contained in:
2026-02-23 15:18:43 -05:00
committed by Forgejo
parent 800835f6a0
commit 4e750b9b87
+2 -2
View File
@@ -705,7 +705,7 @@ def benchmark(session: nox.Session):
"asv",
"machine",
"--machine=forgejo-runner",
"--os=Linux 6.x",
"--os=Linux_6.x",
"--arch=x86_64",
"--num_cpu=32",
"--ram=32GB",
@@ -735,7 +735,7 @@ def benchmark_regression(session: nox.Session):
"asv",
"machine",
"--machine=forgejo-runner",
"--os=Linux 6.x",
"--os=Linux_6.x",
"--arch=x86_64",
"--num_cpu=32",
"--ram=32GB",