We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b185b commit 20ca0f0Copy full SHA for 20ca0f0
.github/workflows/benchmarks.yml
@@ -29,7 +29,7 @@ jobs:
29
pip install -e .
30
31
- name: Create results directory
32
- run: mkdir -p benchmarks/results
+ run: mkdir -p benchmarks/results benchmarks/results-docs
33
34
- name: Run benchmark on 50 dataset
35
working-directory: benchmarks
benchmarks/BENCHMARK_VERSION
@@ -1 +1 @@
1
-1.0.1
+1.0.2
0 commit comments