We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f90d0 commit e698d24Copy full SHA for e698d24
1 file changed
.circleci/continue_config.yml
@@ -131,6 +131,14 @@ jobs:
131
which python
132
python --version
133
make fast-test
134
+ - run:
135
+ name: Exercise the benchmarks
136
+ command: |
137
+ . ./venv/Scripts/activate
138
+ $env:USERPROFILE = "C:\Users\circleci"
139
+ $env:HOMEDRIVE = "C:"
140
+ $env:HOMEPATH = "\Users\circleci"
141
+ make benchmark-ci
142
- store_test_results:
143
path: test-results
144
0 commit comments