Skip to content

Commit c9e59f8

Browse files
committed
increase number of threads in benchmarks
1 parent eae8d63 commit c9e59f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/benchmark.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Refer to the 'argsName()' function in each component to find detailed descriptions of these arguments.
3232

3333
static void multithreaded(benchmark::internal::Benchmark *benchmark) {
34-
benchmark->Threads(4);
34+
benchmark->Threads(12);
3535
benchmark->Threads(1);
3636
}
3737

0 commit comments

Comments
 (0)