https://github.com/c-cube/tiny-httpd-moonpool-bench
experiment with tiny_httpd using moonpool as a scheduler
https://github.com/c-cube/tiny-httpd-moonpool-bench
Last synced: 2 months ago
JSON representation
experiment with tiny_httpd using moonpool as a scheduler
- Host: GitHub
- URL: https://github.com/c-cube/tiny-httpd-moonpool-bench
- Owner: c-cube
- Created: 2023-06-02T21:42:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-15T16:02:31.000Z (7 months ago)
- Last Synced: 2025-10-16T13:21:53.825Z (7 months ago)
- Language: Dune
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Benchmark for tiny_httpd + moonpool.
Use:
```sh
$ git submodule update --init
$ make install-opam-deps
$ ./run.sh
```
in another terminal, assuming "wrk" is installed:
```sh
$ ./wrk.sh
```