Skip to content

Commit

Permalink
Add missing _st suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdephily committed Jul 27, 2020
1 parent 5c2b58f commit 5148266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5148266

Please sign in to comment.