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 a8f3752 commit f25f930Copy full SHA for f25f930
.github/workflows/benchmarks.yml
@@ -24,12 +24,11 @@ jobs:
24
- name: Set up conda environment
25
uses: mamba-org/setup-micromamba@v1
26
with:
27
+ environment-file: ci/benchmark.yml
28
+ environment-name: flox-tests
29
init-shell: bash
30
cache-environment: true
- create-args: >-
- python=3.10
31
- asv
32
- mamba
+
33
- name: Run benchmarks
34
shell: bash -l {0}
35
id: benchmark
ci/benchmark.yml
@@ -0,0 +1,16 @@
1
+name: flox-bench
2
+channels:
3
+ - conda-forge
4
+dependencies:
5
+ - asv
6
+ - cachey
7
+ - dask-core
8
+ - numpy>=1.20
9
+ - mamba
10
+ - pip
11
+ - python=3.10
12
+ - xarray
13
+ - numpy_groupies>=0.9.19
14
+ - wheel
15
+ - pip:
16
+ - numbagg>=0.3
0 commit comments