From d169ba1a1b02966f3b3ac316af28f17d25cd63b2 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 22 Jun 2012 01:16:52 +0200 Subject: [PATCH] Make the stat benchmark run shorter Man, Windows is so slow... --- test/benchmark-fs-stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/benchmark-fs-stat.c b/test/benchmark-fs-stat.c index 1f93ba86..53aa60b1 100644 --- a/test/benchmark-fs-stat.c +++ b/test/benchmark-fs-stat.c @@ -25,8 +25,8 @@ #include #include -#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) \