Skip to content

Commit 08bef4e

Browse files
authored
Merge branch 'main' into task/SAT-8497
2 parents e3d750e + 226f5e9 commit 08bef4e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

benchmarks/asv.conf.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"branches": [
77
"main"
88
],
9-
"environment_type": "existing",
9+
"environment_type": "conda",
10+
"conda_channels": [
11+
"https://software.repos.intel.com/python/conda/",
12+
"conda-forge"
13+
],
1014
"benchmark_dir": "benchmarks",
1115
"env_dir": ".asv/env",
1216
"results_dir": ".asv/results",

benchmarks/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
psutil

0 commit comments

Comments
 (0)