File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,13 @@ bin/warmup_stats --html --output-table table.html -l javascript -v V8 -u "`uname
7373bin/warmup_stats --html --output-table table.html results.json.bz2
7474```
7575
76+ By default, ` warmup_stats ` produces high quality statistics, which can take
77+ considerable time. If you want to quickly experiment with things, you can use
78+ the ` --quality low ` switch: this makes ` warmup_stats ` run considerably quicker,
79+ but does lead to lower quality (and thus less reliable) statistics being
80+ produced. Although the differences are often fairly minor, we do not encourage
81+ the use of ` --quality low ` when formally publishing benchmark results.
82+
7683## Creating diffs
7784
7885Benchmarking is often performed in order to test whether a change in a given
You can’t perform that action at this time.
0 commit comments