mirror of git://sourceware.org/git/glibc.git
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:
parent
ad4caba414
commit
2df57ad95c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue