diff options
Diffstat (limited to 'docs/project/benchmarking.md')
-rw-r--r-- | docs/project/benchmarking.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/project/benchmarking.md b/docs/project/benchmarking.md index 0e3578237..b9672f325 100644 --- a/docs/project/benchmarking.md +++ b/docs/project/benchmarking.md @@ -18,8 +18,6 @@ When writing your own benchmarks, it's important to choose the right tool. - [`http_load_test`](https://github.com/uNetworking/uSockets/blob/master/examples/http_load_test.c) - For benchmarking scripts or CLI commands, we recommend [`hyperfine`](https://github.com/sharkdp/hyperfine). It's an easy way to compare -Recommended HTTP clients: - ## Measuring memory usage |