Make the stat benchmark run shorter

Man, Windows is so slow...
This commit is contained in:
Bert Belder 2012-06-22 01:16:52 +02:00
parent 5dc024f676
commit d169ba1a1b

View File

@ -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) \