Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.
/ measurement Public archive

Simple solution for performance comparisons of different commits or branches

Notifications You must be signed in to change notification settings

graphhopper/measurement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Measurement

Performance measurement done on the server, store results in a simple file.

View results in the browser.

To do list

  • support multiple tabs

Usage

  1. Run measurement script

./measurement.sh

  1. Install Server to serve measurement data

Either configure nginx or for localhost do:

npm install http-server -g http-server --cors -a localhost -c 10

  1. Open Browser

http://localhost:8080?measurement=compare.dat

About

Simple solution for performance comparisons of different commits or branches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published