diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index 7848275..0665bc5 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -6,7 +6,11 @@ "branches": [ "main" ], - "environment_type": "existing", + "environment_type": "conda", + "conda_channels": [ + "https://software.repos.intel.com/python/conda/", + "conda-forge" + ], "benchmark_dir": "benchmarks", "env_dir": ".asv/env", "results_dir": ".asv/results", diff --git a/benchmarks/requirements.txt b/benchmarks/requirements.txt new file mode 100644 index 0000000..a4d92cc --- /dev/null +++ b/benchmarks/requirements.txt @@ -0,0 +1 @@ +psutil