asv runners have the same machine name now
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user