File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ exercises the caches themselves and barely looks at the data.
4545----------------------------
4646
4747``bench `` is much more expensive in both CPU and wallclock as it
48- actually runs the base resolvers, combined with various caches of
49- various sizes. For usability, it can report its data (the average
50- parse time per input entry) in both human-readable text with one
51- result per line and CSV with resolver configurations as the columns
52- and cache sizes as the rows.
48+ actually runs the resolvers on the sample file , combined with various
49+ caches of various sizes. For usability, it can report its data (the
50+ average parse time per input entry) in both human-readable text with
51+ one result per line and CSV with resolver configurations as the
52+ columns and cache sizes as the rows.
5353
5454``hitrates `` is generally sufficient as generally speaking for the
55- same base resolver performances tend to more or less follo hit rates:
55+ same base resolver performances tend to more or less follow hit rates:
5656a cache hit is close to free compared to a cache miss. Although this
5757is truer for the basic resolver (for which misses tend to be very
5858expensive). ``bench `` is mostly useful to validate or tie-break
You can’t perform that action at this time.
0 commit comments