Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'programs/benchmark-io-congestion/main.cpp')
-rw-r--r--programs/benchmark-io-congestion/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/benchmark-io-congestion/main.cpp b/programs/benchmark-io-congestion/main.cpp
index ea902938..f7e929a5 100644
--- a/programs/benchmark-io-congestion/main.cpp
+++ b/programs/benchmark-io-congestion/main.cpp
@@ -210,7 +210,7 @@ struct llfio_runner_paced
if(last_pace != d.nsecs)
{
parent->last_pace.store(d.nsecs, std::memory_order_relaxed);
- std::cout << "Pacing work by milliseconds " << (d.nsecs / 1000.0) << std::endl;
+ std::cout << "Pacing work by milliseconds " << (d.nsecs / 1000000.0) << std::endl;
}
#endif
return parent->cancel.load(std::memory_order_relaxed) ? -1 : 1;