From 944e4629680651da974fc23ffb9a711a063b29fc Mon Sep 17 00:00:00 2001 From: SanHalacogluImproving <144171266+SanHalacogluImproving@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:18:08 -0700 Subject: [PATCH] Convert client count to snake case for rust benchmark. (#27) * Updated ClientCount to client_count for uniformity for rust. --- benchmarks/rust/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/rust/src/main.rs b/benchmarks/rust/src/main.rs index 08910deafc..a52d3c8f8a 100644 --- a/benchmarks/rust/src/main.rs +++ b/benchmarks/rust/src/main.rs @@ -130,7 +130,7 @@ async fn perform_benchmark(args: Args) { Value::Number((number_of_operations as i64 * 1000 / stopwatch.elapsed_ms()).into()), ); results_json.insert( - "clientCount".to_string(), + "client_count".to_string(), Value::Number(args.client_count.into()), ); results_json.insert(