Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wieczorek1990/benchmarks

A collection of simple web framework benchmarks
https://github.com/wieczorek1990/benchmarks

Last synced: 3 days ago
JSON representation

A collection of simple web framework benchmarks

Awesome Lists containing this project

README

        

# benchmarks

A collection of simple web framework benchmarks.

Configurations:

* crystal
* kemal
* python
* flask-uwsgi
* ruby
* rails-puma
* rails-api-puma
* sinatra-puma
* sinatra-thin

Apps:
* hello

Running:
```
docker build -t benchmarks .
# or if you wish not to use httpredir
docker build --build-arg sources_prefix=ftp.pl -t benchmarks .

docker rm -f benchmarks
docker run --name benchmarks benchmarks
```

Manually running:
```
# install dependencies as in Dockerfile
./install.sh # once
./run.sh
```