Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/`.