summaryrefslogtreecommitdiff
path: root/expt_0604.cpp
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2023-06-12 00:51:30 +0800
committerKunoiSayami <[email protected]>2023-06-12 00:51:30 +0800
commite7de21daf6c674633ef1159c2fd042523c1ec32e (patch)
treee9fea9b2611fb832898900e7fb698e8a1a4c28f3 /expt_0604.cpp
parent5f38ca067108eea5a8c334bd8cbe5866300d585c (diff)
refector: Rename last year experimental
Signed-off-by: KunoiSayami <[email protected]>
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";