From 51482662fff180eb670ac6ea053535708ef05d76 Mon Sep 17 00:00:00 2001 From: Vincent de Phily Date: Mon, 27 Jul 2020 14:38:04 +0100 Subject: [PATCH] Add missing _st suffix --- bench.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bench.sh b/bench.sh index 0460903e..c3d55690 100755 --- a/bench.sh +++ b/bench.sh @@ -13,12 +13,12 @@ for NAME in rust_tonic_mt rust_tonic_st rust_thruster \ python_grpc \ java_grpc java_micronaut java_aot \ kotlin_grpc \ - node_grpc \ + node_grpc_st \ dart_grpc \ crystal_grpc \ - swift_grpc \ + swift_grpc_st \ csharp_grpc \ - lua_grpc \ + lua_grpc_st \ php_grpc \ elixir_grpc; do if echo $NAME | grep -qE "$GRPC_BENCHMARK_SELECT"; then