browser-perf
Performance Metrics for Web Browsers
File Explorer
Download Latest Version (.zip)- ChromeTracingMetrics.json
- index.js
- NetworkResources.json
- NetworkTimings.json
- RafRenderingStats.json
- RuntimePerfMetrics.json
- TimelineMetrics.json
- chrome_scroll.js
- gesture_common.js
- raf_scroll.js
- index.js
- loginAction.js
- scrollAction.js
- wait.js
- RenderingStats.js
- RuntimePerfMetrics.js
- StatData.js
- statistics.js
- BaseMetrics.js
- ChromeTracingMetrics.js
- index.js
- NetworkResources.js
- NetworkTimings.js
- RafRenderingStats.js
- SampleMetric.js
- TimelineMetrics.js
- AndroidTracingProbe.js
- index.js
- NavTimingProbe.js
- NetworkResourcesProbe.js
- PerfLogProbe.js
- RafBenchmarkingProbe.js
- SampleProbe.js
- cli.js
- helpers.js
- index.js
- options.js
- runner.js
- e2e.spec.js
- runner.spec.js
- android-hybrid.config.json
- android.config.json
- browserstack.config.json
- chrome_canary.config.json
- ios-hybrid-appium.config.json
- ios-safari-appium.config.json
- saucelabs.config.json
- selenium_debug.config.json
- selenium_local.config.json
- actions.spec.js
- browsers.spec.js
- configFile.spec.js
- defaults.spec.js
- selenium.spec.js
- actions.spec.js
- docs.spec.js
- helpers.spec.js
- metrics.spec.js
- util.spec.js
- test.helper.js
- .gitattributes
- .gitignore
- .npmignore
- .travis.yml
- license.txt
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/axemclion/browser-perf
Downloads the entire project code from GitHub to your computer.
cd browser-perf
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
