benchtests: Cleanup bench-malloc-thread

Change duration to 3 seconds.  Add spaces before '('.

Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
Wilco Dijkstra 2025-05-09 14:24:42 +00:00
parent ad4caba414
commit 2df57ad95c
1 changed files with 9 additions and 9 deletions

View File

@ -36,7 +36,7 @@
#include "json-lib.h" #include "json-lib.h"
/* Benchmark duration in seconds. */ /* Benchmark duration in seconds. */
#define BENCHMARK_DURATION 10 #define BENCHMARK_DURATION 3
#define RAND_SEED 88 #define RAND_SEED 88
#ifndef NUM_THREADS #ifndef NUM_THREADS