summaryrefslogtreecommitdiff
path: root/expt_0604.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'expt_0604.cpp')
-rw-r--r--expt_0604.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/expt_0604.cpp b/expt_0604.cpp
index a1dbf26..1109bcb 100644
--- a/expt_0604.cpp
+++ b/expt_0604.cpp
@@ -52,6 +52,7 @@ int main(int argc, char const *argv[]) {
if (limit <= 0) {
limit = max_limit;
}
+
auto s = measure("stdio", stdio);
auto f = measure("fstream", fstream);
std::cout << (s < f ? "stdio" : "fstream") << " win\n";