diff options
| author | KunoiSayami <[email protected]> | 2023-06-12 00:51:30 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2023-06-12 00:51:30 +0800 |
| commit | e7de21daf6c674633ef1159c2fd042523c1ec32e (patch) | |
| tree | e9fea9b2611fb832898900e7fb698e8a1a4c28f3 /expt_0604.cpp | |
| parent | 5f38ca067108eea5a8c334bd8cbe5866300d585c (diff) | |
refector: Rename last year experimental
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'expt_0604.cpp')
| -rw-r--r-- | expt_0604.cpp | 1 |
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"; |
