Skip to content

Commit 7e996bc

Browse files
committed
debug
1 parent 76714fd commit 7e996bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,5 @@ jobs:
6969
asv compare refs/bm/merge-target refs/bm/pr --
7070
- name: Fail if any benchmarks have slowed down too much
7171
run: |
72+
asv compare --factor 1.2 --split refs/bm/merge-target refs/bm/pr
7273
! asv compare --factor 1.2 --split refs/bm/merge-target refs/bm/pr | grep -q "got worse"

bindings/python/asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
}
1212
},
1313
"environment_type": "virtualenv",
14-
"plugins": []
14+
"plugins": ["virtualenv"]
1515
}

0 commit comments

Comments
 (0)