xu1zhou

Results 3 issues of xu1zhou

Add argument to control print behavior of run_command function. Disable it when unnecessary to print log. Signed-off-by: xu1zhou

Noted that some salvo build command's logs output from `cmd_exe.run_command()` as well as `log.debug() ` twice. output from run_command(): https://github.com/envoyproxy/envoy-perf/blob/2d45a91915b8076da227371be4d6d1ee706a8670/salvo/src/lib/cmd_exec.py#L62-L65 output from envoy_builder.py: https://github.com/envoyproxy/envoy-perf/blob/2d45a91915b8076da227371be4d6d1ee706a8670/salvo/src/lib/builder/nighthawk_builder.py#L92-L94 That make it hard to distinguish...

I was following salvo document to run a binary benchmark within container environment. Building salvo works fine but got error msg below while trying to run `bazel-bin/salvo --job demo-binary.yaml`: ```...