Changes from #10130

Tim van der Meij 2018-10-04 23:01:25 +02:00
parent 1367766324
commit f90c17f3c4

@ -6,9 +6,9 @@ When working on issues related to performance, it is important to provide a perf
"id": "tracemonkey-eq", "id": "tracemonkey-eq",
"file": "pdfs/tracemonkey.pdf", "file": "pdfs/tracemonkey.pdf",
"md5": "9a192d8b1a7dc652a19835f6f08098bd", "md5": "9a192d8b1a7dc652a19835f6f08098bd",
"rounds": 20, "rounds": 50,
"lastPage": 5, "lastPage": 5,
"type": "load" "type": "eq"
} }
] ]
``` ```
@ -16,7 +16,7 @@ When working on issues related to performance, it is important to provide a perf
Run the following commands to create a 'baseline' measurement (i.e., before you make your changes): Run the following commands to create a 'baseline' measurement (i.e., before you make your changes):
$ git checkout master $ git checkout master
$ gulp generic $ SKIP_BABEL=true gulp generic
$ cd test $ cd test
$ node test.js --browserManifestFile=resources/browser_manifests/browser_manifest.json \ $ node test.js --browserManifestFile=resources/browser_manifests/browser_manifest.json \
--statsFile=stats/results/baseline.json --statsDelay=5000 \ --statsFile=stats/results/baseline.json --statsDelay=5000 \
@ -26,7 +26,7 @@ Then apply your changes and create a 'current' measurement (replace `<feature-br
$ cd .. $ cd ..
$ git checkout <feature-branch> $ git checkout <feature-branch>
$ gulp generic $ SKIP_BABEL=true gulp generic
$ cd test $ cd test
$ node test.js --browserManifestFile=resources/browser_manifests/browser_manifest.json \ $ node test.js --browserManifestFile=resources/browser_manifests/browser_manifest.json \
--statsFile=stats/results/current.json --statsDelay=5000 \ --statsFile=stats/results/current.json --statsDelay=5000 \