Skip to content

Commit c619b9f

Browse files
committed
add description
1 parent ffa642b commit c619b9f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,27 @@
33
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.
44

55

6-
# fastiobench
6+
# Description
77
This benchmark includes 10 standard benchmarks:
88

99
1.10mint: print/scan 10 million integers
10+
1011
2.leb128: print/scan 10 million integers with leb128
12+
1113
3.concatstr: concat std::string
14+
1215
4.gengraph: generate a graph for dijkstra and dijkstra unchecked
16+
1317
5.dijkstra
18+
1419
6.dijkstra_unchecked
20+
1521
7.list sort
22+
1623
8.sha512
24+
1725
9.vec_push_back:vector push_back
26+
1827
10.randpass
1928

2029
# Tests Explainations

0 commit comments

Comments
 (0)