This application read and analyse TechEmpower Benchmark project data and provides visual insight into them.
Make sure you have the following programs installed and reachable from your $PATH
environment variable:
- git - download from https://git-scm.com/downloads
- loc - download from https://github.com/cgag/loc
Make sure you have the following software packages installed
Start the application in dev mode
mvn clean compile exec:exec
Start the application in prod mode
mvn clean package
cd target/dist
unzip *
./start
Enter the CLI mode:
nc localhost 5461
Type workspace.load
This above command will fetch the TFB repository from github for the first time
Enter the CLI mode and type analyse
The above command will run analysis on all TFB projects
Open browser and navigate to http://localhost:5460