Skip to content

Commit 20ca0f0

Browse files
Fixed benchmarks
1 parent 31b185b commit 20ca0f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install -e .
3030
3131
- name: Create results directory
32-
run: mkdir -p benchmarks/results
32+
run: mkdir -p benchmarks/results benchmarks/results-docs
3333

3434
- name: Run benchmark on 50 dataset
3535
working-directory: benchmarks

benchmarks/BENCHMARK_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

0 commit comments

Comments
 (0)