Skip to content

Commit 7c7d8f3

Browse files
Updated table using Bootstrap (#12)
1 parent f20ddeb commit 7c7d8f3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,19 @@ <h3><a href="old-releases.html">Older Releases</a></h3>
253253
<section>
254254
<h3>Benchmark</h3>Performance comparison using different event notification mechansims in Libevent. We declare interest in a large number of connections of which most are cold and only a few are active.
255255

256+
<div class="container text-center">
257+
<div class="row">
258+
<div class="col-md-6">
259+
<img src="//monkey.org/~provos/libevent/libevent-benchmarks.jpg" alt="Benchmarks with one active connection" class="img-fluid">
260+
<p>The benchmark measures how long it takes to serve one active connection and exposes scalability issues of traditional interfaces like select or poll.</p>
261+
</div>
262+
<div class="col-md-6">
263+
<img src="//monkey.org/~provos/libevent/libevent-benchmark2s.jpg" alt="Benchmarks with 100 active connections" class="img-fluid">
264+
<p>The benchmark measures how long it takes to serve one hundred active connections that chain writes to new connections until a thousand writes and reads have happened. It exercises the event loop several times.</p>
265+
</div>
266+
</div>
267+
</div>
268+
256269
<table cellspacing="0" cellpadding="0">
257270
<tr>
258271
<td align="center" valign="top">

0 commit comments

Comments
 (0)