28 lines
963 B
Plaintext
28 lines
963 B
Plaintext
19.251 ./parse2 -p 100 < long.toml
|
|
22.386 ./parse2 -p 10000 < x
|
|
|
|
1.84591043s parse2 10 iteration profiling of long.toml
|
|
1.566912075s parse2 1000 iteration profiling of x
|
|
|
|
984.177401ms burntsushi-tester 10 iteration profiling of long.toml
|
|
1.108335844s burntsushi-tester 1000 iteration profiling of x
|
|
|
|
0.002s git.makaay.nl/mauricem/go-toml/ast (unit tests)
|
|
0.324s git.makaay.nl/mauricem/go-toml/parse (unit tests)
|
|
|
|
0m0.246s BurntSushi test set
|
|
|
|
4.073716ms qa-array-inline-1000.toml
|
|
6.881482ms qa-array-inline-nested-1000.toml
|
|
5.271393ms qa-key-literal-40kb.toml
|
|
8.577264ms qa-key-string-40kb.toml
|
|
5.168562ms qa-scalar-literal-40kb.toml
|
|
8.401454ms qa-scalar-literal-multiline-40kb.toml
|
|
8.874881ms qa-scalar-string-40kb.toml
|
|
7.596715ms qa-scalar-string-multiline-40kb.toml
|
|
5.716824ms qa-table-inline-1000.toml
|
|
14.342319ms qa-table-inline-nested-1000.toml
|
|
185.826552ms qa-long-loads-of-comments.toml
|
|
|
|
0.190 time ./parse2 < long.toml
|
|
0.005 time ./parse2 < x |