Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davesnx/test-http-ocaml
https://github.com/davesnx/test-http-ocaml
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davesnx/test-http-ocaml
- Owner: davesnx
- Created: 2024-05-02T18:04:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T18:02:29.000Z (8 months ago)
- Last Synced: 2024-10-31T17:26:09.894Z (2 months ago)
- Language: OCaml
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```