some scripts to run benchmarks on a computer and create simple charts from the results
- it benchmarks some popular implementations of scripting languages
- the benchmark task is calculating all primes up to a given number using a straight sieve of Eratosthenes algorithm
- for every scripting languages the benchmark is running 10 times with increasing work load
- for python the same python code is run by python2, python3 and pypy
- a chart is generated to compare the the performance
- grab the files from github
- make shure you have all the tools installed:
sudo apt-get install python python3 pypy perl php5-cli tcl ruby gnuplot xdg-utils