From e72fe4ef60a653879e09e87268e3e6022d6d7c9c Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Wed, 15 May 2024 10:24:14 -0700 Subject: [PATCH] Run all netstack benchmarks on linux and netstack. PiperOrigin-RevId: 633998043 --- test/benchmarks/tcp/tcp_benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/benchmarks/tcp/tcp_benchmark.sh b/test/benchmarks/tcp/tcp_benchmark.sh index 236c531df..7bd1a576d 100755 --- a/test/benchmarks/tcp/tcp_benchmark.sh +++ b/test/benchmarks/tcp/tcp_benchmark.sh @@ -72,7 +72,7 @@ while [[ $# -gt 0 ]]; do --client) client=true ;; - --linux_client) + --linux-client) linux_client=true ;; --client_tcp_probe_file)