Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wieczorek1990/benchmarks
- Owner: wieczorek1990
- Created: 2016-03-26T17:30:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T22:34:00.000Z (almost 9 years ago)
- Last Synced: 2024-11-24T15:16:34.579Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-thinApps:
* helloRunning:
```
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
```