Skip to content

Commit f96db59

Browse files
Updated the ann package version to the latest in multirun (#334)
* Updated the ann package version * Bumping version to 0.7.28 * Updated ann package to the latest one
1 parent bd3c063 commit f96db59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisbench-admin"
3-
version = "0.7.28"
3+
version = "0.7.29"
44
description = "Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... )."
55
authors = ["filipecosta90 <[email protected]>","Redis Performance Group <[email protected]>"]
66
readme = "README.md"

redisbench_admin/run/ann/pkg

Submodule pkg updated 1 file

redisbench_admin/run_remote/remote_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def run_remote_client_tool(
126126
results_outputdir_zip_local = "results-{}.zip".format(benchmark_suffix)
127127

128128
mkdir_command = "mkdir -p /tmp/{}".format(website_outputdir)
129-
create_website_command = "cd {} && sudo python3 create_website.py --scatter true --outputdir /tmp/{}".format(
129+
create_website_command = "cd {} && sudo python3 create_website.py --scatter --outputdir /tmp/{}".format(
130130
create_website_path, website_outputdir
131131
)
132132
zip_website_command = "cd /tmp && zip -r {} {}/*".format(

0 commit comments

Comments
 (0)