Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update benchmark results (keep-alive support) #4

Merged
merged 1 commit into from
May 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,18 +426,19 @@ <h3 class="text-2xl font-extrabold text-gray-900 tracking-tight sm:text-3xl">
</div>
</div>

<pre class="text-left mt-12 col-span-full shadow-2xl"><code class="plaintext rounded-md">$ ab -n10000 -c10 http://localhost:8080/
<pre class="text-left mt-12 col-span-full shadow-2xl"><code class="plaintext rounded-md">$ ab -n100000 -c50 -k http://localhost:8080/
Concurrency Level: 10
Time taken for tests: 0.991 seconds
Complete requests: 10000
Concurrency Level: 50
Time taken for tests: 5.508 seconds
Complete requests: 100000
Failed requests: 0
Total transferred: 1090000 bytes
HTML transferred: 130000 bytes
Requests per second: 10095.17 [#/sec] (mean)
Time per request: 0.991 [ms] (mean)
Time per request: 0.099 [ms] (mean, across all concurrent requests)
Transfer rate: 1074.58 [Kbytes/sec] received
Keep-Alive requests: 100000
Total transferred: 13300000 bytes
HTML transferred: 1300000 bytes
Requests per second: 18155.95 [#/sec] (mean)
Time per request: 2.754 [ms] (mean)
Time per request: 0.055 [ms] (mean, across all concurrent requests)
Transfer rate: 2358.15 [Kbytes/sec] received
</code></pre>
</section>

Expand Down