Skip to content

Commit

Permalink
chore: RpcBenchmark library order
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyakunin committed Dec 7, 2023
1 parent ce20e1d commit 0a5921d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RpcBenchmark/CommandLine/ClientCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ public partial class ClientCommand : BenchmarkCommandBase

[CommandLineArgument]
[Description("Libraries/APIs to benchmark.")]
[ValueDescription("Any subset of StlRpc, SignalR, StreamJsonRpc, MagicOnion, Grpc, Http")]
[ValueDescription("Any subset of StlRpc, SignalR, Grpc, MagicOnion, StreamJsonRpc, Http")]
[ValidateRange(1, null)]
[Alias("l")]
public string Libraries { get; set; } = "StlRpc, SignalR, StreamJsonRpc, MagicOnion, Grpc, Http";
public string Libraries { get; set; } = "StlRpc, SignalR, Grpc, MagicOnion, StreamJsonRpc, Http";

[CommandLineArgument]
[Description("Client concurrency - the number of worker tasks using a single client.")]
Expand Down

0 comments on commit 0a5921d

Please sign in to comment.