Skip to content

klj613/benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to add another benchmark?

cp slim my-new-benchmark -r
cd my-new-benchmark

vim nginx.conf # edit away!
vim run # change the name of the image. e.g. 'mynewbenchmark'
vim build # change the name of the image. e.g. 'mynewbenchmark'
vim app.ini # edit away!

rm -rf ./app
mkdir ./app
# add your new application into ./app

vim Dockerfile # edit away!

./build
./run

# check ../results.txt for your results!

About

work in progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors