We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76714fd commit 7e996bcCopy full SHA for 7e996bc
.github/workflows/benchmark.yml
@@ -69,4 +69,5 @@ jobs:
69
asv compare refs/bm/merge-target refs/bm/pr --
70
- name: Fail if any benchmarks have slowed down too much
71
run: |
72
+ asv compare --factor 1.2 --split refs/bm/merge-target refs/bm/pr
73
! asv compare --factor 1.2 --split refs/bm/merge-target refs/bm/pr | grep -q "got worse"
bindings/python/asv.conf.json
@@ -11,5 +11,5 @@
11
}
12
},
13
"environment_type": "virtualenv",
14
- "plugins": []
+ "plugins": ["virtualenv"]
15
0 commit comments