Skip to content

Commit

Permalink
chore: switch docker rpc perf tests to mempack2c
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyakunin committed Oct 7, 2024
1 parent 556004f commit ceaf561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ services:
target: sample_rpc_benchmark
depends_on:
- sample_rpc_benchmark_server
command: client -b calls -w 1000 -cc 20 -n 4 -f msgpack2c https://sample_rpc_benchmark_server
command: client -b calls -w 1000 -cc 20 -n 4 -f mempack2c https://sample_rpc_benchmark_server
deploy:
resources:
limits:
Expand All @@ -147,7 +147,7 @@ services:
target: sample_rpc_benchmark
depends_on:
- sample_rpc_benchmark_server
command: client -b streams -w 80 -cc 4 -n 4 -l rpc,grpc,signalr,jsonrpc -f msgpack2c https://sample_rpc_benchmark_server
command: client -b streams -w 80 -cc 4 -n 4 -l rpc,grpc,signalr,jsonrpc -f mempack2c https://sample_rpc_benchmark_server
deploy:
resources:
limits:
Expand Down

0 comments on commit ceaf561

Please sign in to comment.