From 7f2f044d2a22ef5d38a53e1b957c16ada40c0a86 Mon Sep 17 00:00:00 2001 From: Karel Date: Wed, 15 Apr 2026 08:07:34 +0000 Subject: [PATCH] DO_NOT_SUBMIT (just run the benchmark) --- rust/benches/my_benchmark.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/benches/my_benchmark.rs b/rust/benches/my_benchmark.rs index 081f7e4d..78ceddc0 100644 --- a/rust/benches/my_benchmark.rs +++ b/rust/benches/my_benchmark.rs @@ -65,6 +65,7 @@ pub fn example_iterator_benchmark(c: &mut Criterion) { }); } +/// Run me pub fn parallel_map_benchmark(c: &mut Criterion) { let shard_infos = get_shard_files(); c.bench_function("parallel_map", |b| {