File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ Haskell easy.
1313* The simple API hides a lot of automation and details that you
1414 shouldn't need to worry about.
1515
16- * Sophisticated, high-resolution analysis can accurately measure
16+ * Sophisticated, high-resolution analysis which can accurately measure
1717 operations that run in as little as a few hundred picoseconds.
1818
19- * [ Output to active HTML] ( https://hackage.haskell.org/package/criterion/src/www/report.html ) (with Javascript charts), CSV,
20- and JSON. Write your own report templates to customize exactly how
19+ * [ Output to active HTML] ( https://hackage.haskell.org/package/criterion/src/www/report.html ) (with JavaScript charts), CSV,
20+ and JSON. Write your own report templates to customize exactly how
2121 your results are presented.
2222
23- * Linear regression model allows measurement of the effects of garbage
23+ * Linear regression model that allows measuring the effects of garbage
2424 collection and other factors.
2525
2626* Measurements are cross-validated to ensure that sources of
You can’t perform that action at this time.
0 commit comments