Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.37 KB

README.md

File metadata and controls

30 lines (27 loc) · 1.37 KB

browsertime_tools

A script to facilitate importing browsertime results into a google sheet

process_vm_ci.py {results path} will process browsertime results in our traditional experiment structure, i.e.

.
└── browsertime-results
    ├── accounts.google.com
    │   ├── fenix_beta
    │   │   ├── browsertime.json
    │   │   └── pages
    │   └── fennec68
    │       ├── browsertime.json
    │       └── pages
    ├── m.facebook.com_Cristiano
    │   ├── fenix_beta
    │   │   ├── browsertime.json
    │   │   └── pages
    │   └── fennec68
    │       ├── browsertime.json
    │       └── pages

Usage

  1. Process browsertime-results to a text file $ python process_vm_ci.py browsertime-results/ > out.txt
  2. Make a copy of this google sheets tab template
  3. In your new tab, File | Import | Upload the text output out.txt into the top-left blue cell
    Choose options Replace data at selected cell and Seperator Type | Custom, |
  4. You can remove or add metrics by modifying process_vm_ci.py