Skip to content

Commit e4cb4fb

Browse files
Updated the ann package version (#331)
1 parent bc4ba4a commit e4cb4fb

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

redisbench_admin/run_remote/remote_client.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,8 @@ 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 = (
130-
"cd {} && sudo python3 create_website.py --outputdir /tmp/{}".format(
131-
create_website_path, website_outputdir
132-
)
129+
create_website_command = "cd {} && sudo python3 create_website.py --scatter true --outputdir /tmp/{}".format(
130+
create_website_path, website_outputdir
133131
)
134132
zip_website_command = "cd /tmp && zip -r {} {}/*".format(
135133
website_outputdir_zip, website_outputdir

0 commit comments

Comments
 (0)