Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davesnx/test-http-ocaml


https://github.com/davesnx/test-http-ocaml

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

```
$ make create_switch
$ make install
$ make serve # in one terminal (requires `bun` to be installed globally)

# open another terminal to run the different tests
$ make test_piaf
$ make test_cohttp
$ make test_blink

# optionally can change BATCH, TIMES and DELAY
$ BATCH="30" TIMES="100" SERVER="" make test_cohttp
```