Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion perf/benchmark/runner/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def execute_sidecar_mode(self, sidecar_mode, load_gen_type, load_gen_cmd, sideca
print('-------------- Running in {sidecar_mode} mode --------------'.format(sidecar_mode=sidecar_mode))
if load_gen_type == "fortio":
p = multiprocessing.Process(target=kubectl_exec,
args=[self.client.name, sidecar_mode_func(load_gen_cmd, sidecar_mode)])
args=[self.client.name, sidecar_mode_func(load_gen_cmd, sidecar_mode), run_command, "uncaptured"])
p.start()
processes.append(p)
elif load_gen_type == "nighthawk":
Expand Down