From 522ef4e40f470473776bdd1b430c52185b4a407c Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 28 Dec 2020 17:49:13 +0200 Subject: [PATCH] Report blocksize Some tests are exactly the same except for the block size. --- fsqual.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/fsqual.cc b/fsqual.cc index 4aeb3fc..4490349 100644 --- a/fsqual.cc +++ b/fsqual.cc @@ -85,6 +85,7 @@ void test_concurrent_append(io_context_t ioctx, int fd, unsigned iodepth, size_t if (prezero) { mode += ", prezero"; } + mode += ", blocksize " + std::to_string(bufsize); std::cout << "context switch per appending io (mode " << mode << ", iodepth " << iodepth << "): " << rate << " (" << verdict << ")\n"; auto ptr = mmap(nullptr, nr * 4096, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); -- 2.49.0