This app visualizes results from the following performance tests:
- oqs-speed handshakes.py
- pq-tls-benchmark emulation-exp experiment.py
The tests were run on a computer with the following specs:
iMac: (mid 2010)
Processor: 2.8 GHz Intel Core i5
Memory: 16 GB 1333 MHz DDR3\
git clone https://github.com/frankimhof/speed-viz-app.git
cd viz-speed-app
docker build -t viz-speed-app .
docker run -p 80:80 viz-speed-app
localhost:80
git clone https://github.com/frankimhof/speed-viz-app.git
cd viz-speed-app
npm install
npm start
This will start the app on localhost:3000
To visualize your own testresults, see here for instructions on how to prepare the data.
This project was bootstrapped with Create React App.