Make the stat benchmark run shorter
Man, Windows is so slow...
This commit is contained in:
parent
5dc024f676
commit
d169ba1a1b
@ -25,8 +25,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define NUM_SYNC_REQS (10 * 1e6)
|
||||
#define NUM_ASYNC_REQS (1 * 1e6)
|
||||
#define NUM_SYNC_REQS (10 * 1e5)
|
||||
#define NUM_ASYNC_REQS (1 * 1e5)
|
||||
#define MAX_CONCURRENT_REQS 32
|
||||
|
||||
#define sync_stat(req, path) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user