Skip to content

frankimhof/speed-viz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization of KEX- and SIG-Algorithm performance

This app visualizes results from the following performance tests:

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\

Run with docker

Clone the repository

git clone https://github.com/frankimhof/speed-viz-app.git
cd viz-speed-app

Build the docker image

docker build -t viz-speed-app .

Run the container

docker run -p 80:80 viz-speed-app

Open the browser and visit

localhost:80

Run with node

Clone the repository

git clone https://github.com/frankimhof/speed-viz-app.git
cd viz-speed-app

Install dependencies

npm install

Run

npm start
This will start the app on localhost:3000

Visualize your own testresults

To visualize your own testresults, see here for instructions on how to prepare the data.


This project was bootstrapped with Create React App.