You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,27 @@
3
3
This set of microbenchmarks adheres to the C++ standard and is designed to execute common benchmarks within the fast_io library. We believe these benchmarks represent typical scenarios and offer a relatively precise measure of performance of your environment.
4
4
5
5
6
-
# fastiobench
6
+
# Description
7
7
This benchmark includes 10 standard benchmarks:
8
8
9
9
1.10mint: print/scan 10 million integers
10
+
10
11
2.leb128: print/scan 10 million integers with leb128
12
+
11
13
3.concatstr: concat std::string
14
+
12
15
4.gengraph: generate a graph for dijkstra and dijkstra unchecked
0 commit comments