From b810a9d773cf3f69e5f224c58b369124c469d302 Mon Sep 17 00:00:00 2001 From: sageweil Date: Wed, 5 Dec 2007 23:20:53 +0000 Subject: [PATCH] improved git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@2179 29311d96-e01e-0410-9327-a35deaab8ce9 --- trunk/ceph/test/test_seek_read.c | 2 +- trunk/ceph/test/test_short_seek_read.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/ceph/test/test_seek_read.c b/trunk/ceph/test/test_seek_read.c index f25aa7ea93fe8..adfa95d4a2dea 100644 --- a/trunk/ceph/test/test_seek_read.c +++ b/trunk/ceph/test/test_seek_read.c @@ -22,7 +22,7 @@ int main(int argc, char **argv) uint64_t numblocks = bytes / 4096; //uint64_t numblocks = atoll(argv[2]) * 4;// / 4096; - int count = 400; + int count = 1000; cout << "fn " << fn << endl; cout << "numblocks " << numblocks << endl; diff --git a/trunk/ceph/test/test_short_seek_read.c b/trunk/ceph/test/test_short_seek_read.c index 01e6999680047..6eef26d553282 100644 --- a/trunk/ceph/test/test_short_seek_read.c +++ b/trunk/ceph/test/test_short_seek_read.c @@ -22,7 +22,7 @@ int main(int argc, char **argv) uint64_t numblocks = bytes / 4096; //uint64_t numblocks = atoll(argv[2]) * 4;// / 4096; - int count = 400; + int count = 1000; cout << "fn " << fn << endl; cout << "numblocks " << numblocks << endl; -- 2.39.5