Skip to content

acreskeyMoz/browsertime_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My tools for browsertime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages