envoy-perf icon indicating copy to clipboard operation
envoy-perf copied to clipboard

Salvo: Build Envoy and Nighthawk from local disk path.

Open gyohuangxin opened this issue 3 years ago • 0 comments

Currently, we provides the way to build Envoy and Nighthawk binary from remote location (one commit in a repo) : https://github.com/envoyproxy/envoy-perf/tree/main/salvo#binary-benchmark.

It's also useful to support quick testing of code changes in the local disk paths without pushing them as commits. It seems that Salvo already has the API to build from local disk path: https://github.com/envoyproxy/envoy-perf/blob/main/salvo/api/source.proto#L29, we should verify it works and provide one example in Salvo's doc.

gyohuangxin avatar Jul 06 '22 06:07 gyohuangxin