Skip to content

Commit 3ba69f3

Browse files
committed
benchmarks: v6.8.0
- change sample_cluster_1000 benchmark to only sample 500 as there are less than 1000 clusters causing an error - add cleanup to to_sqlite benchmark, as only the first run is successful, Subsequent runs fail as the exported sqlite db already exists [skip ci]
1 parent 7bbcbae commit 3ba69f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
arg_pat="$1"
4343

4444
# the version of this script
45-
bm_version=6.7.0
45+
bm_version=6.8.0
4646

4747
# CONFIGURABLE VARIABLES ---------------------------------------
4848
# change as needed to reflect your environment/workloads

0 commit comments

Comments
 (0)