Skip to content

Commit

Permalink
Update Benchmark Graph and Improve README Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiaRa committed Sep 29, 2024
1 parent c900a08 commit 5030fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
tiny_http is my attempt at creating a lightweight, easy-to-use, and embeddable HTTP server library in C99.

Hello, World! example:
##### Hello, World! Example:
```c
#include "th.h"

Expand Down Expand Up @@ -158,5 +158,5 @@ Here is a comparison with [Drogon](https://github.com/drogonframework/drogon) (O
[![Benchmark](benchmark/result.png)](benchmark/benchmark.md)

Notes:
- Of course, libraries Drogon will scale much better with multiple threads. This is just to give a rough idea of tiny_http's performance.
- The slower static file test is probably because of tiny_http not using sendfile on Linux yet.
- Drogon will, of course scale much better with more threads. This is just to give a rough idea of tiny_http's performance.
- The slower static file test is probably because of tiny_http not using `sendfile` on Linux yet.
Binary file modified benchmark/result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5030fc3

Please sign in to comment.