Skip to content

Commit

Permalink
Updated ClientCount to client_count for uniformity.
Browse files Browse the repository at this point in the history
  • Loading branch information
SanHalacogluImproving committed Oct 16, 2023
1 parent a10931b commit d36ea96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/utilities/csv_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"is_cluster",
"num_of_tasks",
"data_size",
"clientCount",
"client_count",
"tps",
"get_non_existing_p50_latency",
"get_non_existing_p90_latency",
Expand Down
2 changes: 1 addition & 1 deletion go/benchmarks/benchmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func AddResultsJsonFormat(benchmarkConfig *BenchmarkConfig, results map[string]l
jsonResult["is_cluster"] = benchmarkConfig.IsCluster
jsonResult["num_of_tasks"] = benchmarkConfig.TasksCount
jsonResult["data_size"] = benchmarkConfig.DataSize
jsonResult["clientCount"] = benchmarkConfig.ClientCount
jsonResult["client_count"] = benchmarkConfig.ClientCount
jsonResult["tps"] = tps

for key, value := range results {
Expand Down

0 comments on commit d36ea96

Please sign in to comment.