Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Side by Side Diff: benchmark/input.yaml

Issue 1325013002: Add a parsing benchmark. (Closed) Base URL: https://github.com/dart-lang/yaml.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 verb: RecommendCafes
2 recipe:
3 - verb: List
4 outputs: ["Cafe[]"]
5 - verb: Fetch
6 inputs: ["Cafe[]"]
7 outputs: ["CafeWithMenu[]"]
8 - verb: Flatten
9 inputs: ["CafeWithMenu[]"]
10 outputs: ["DishOffering[]"]
11 - verb: Score
12 inputs: ["DishOffering[]"]
13 outputs: ["DishOffering[]/Scored"]
14 - verb: Display
15 inputs: ["DishOffering[]/Scored"]
16 tags:
17 booleans: [ true, false ]
18 dates:
19 - canonical: 2001-12-15T02:59:43.1Z
20 - iso8601: 2001-12-14t21:59:43.10-05:00
21 - spaced: 2001-12-14 21:59:43.10 -5
22 - date: 2002-12-14
23 numbers:
24 - int: 12345
25 - negative: -345
26 - floating-point: 345.678
27 - hexidecimal: 0x123abc
28 - exponential: 12.3015e+02
29 - octal: 0o14
30 strings:
31 - unicode: "Sosa did fine.\u263A"
32 - control: "\b1998\t1999\t2000\n"
33 - hex esc: "\x0d\x0a is \r\n"
34 - single: '"Howdy!" he cried.'
35 - quoted: ' # Not a ''comment''.'
36 - tie-fighter: '|\-*-/|'
37 - plain:
38 This unquoted scalar
39 spans many lines.
40
41 - quoted: "So does this
42 quoted scalar.\n"
43 - accomplishment: >
44 Mark set a major league
45 home run record in 1998.
46 - stats: |
47 65 Home Runs
48 0.278 Batting Average
OLDNEW
« benchmark/benchmark.dart ('K') | « benchmark/benchmark.dart ('k') | benchmark/output.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698