Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocaml-multicore/retro-httpaf-bench
Benchmarking environment for http servers
https://github.com/ocaml-multicore/retro-httpaf-bench
Last synced: about 1 month ago
JSON representation
Benchmarking environment for http servers
- Host: GitHub
- URL: https://github.com/ocaml-multicore/retro-httpaf-bench
- Owner: ocaml-multicore
- Created: 2020-11-08T16:54:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T22:42:08.000Z (10 months ago)
- Last Synced: 2024-04-20T00:53:21.928Z (8 months ago)
- Language: Jupyter Notebook
- Size: 583 KB
- Stars: 21
- Watchers: 5
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# retro-httpaf-bench
[![CI](https://github.com/sadiqj/retro-httpaf-bench/actions/workflows/build_image.yml/badge.svg)](https://github.com/sadiqj/retro-httpaf-bench/actions/workflows/build_image.yml)
This project uses submodules, so make sure you use `--recursive` when cloning:
```sh
git clone --recursive https://github.com/ocaml-multicore/retro-httpaf-bench.git
```Set of scripts for building and running some http server benchmarks. More details to come.
The Dockerfile can be used to build a container that will run everything.
Running `make` will build the image and run the tests.
Afterwards, the results are available as `output/parse_output.html`.Note that running `make` deletes any existing files in `output/`.