event_base 0.1.1

An Event Driven Framework
Documentation
<!DOCTYPE html>
<html>

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Index - Criterion.rs</title>
    <style type="text/css">
        body {
            font: 14px Helvetica Neue;
            text-rendering: optimizelegibility;
        }

        .body {
            width: 960px;
            margin: auto;
        }

        a:link {
            color: #1F78B4;
            text-decoration: none;
        }

        h2 {
            font-size: 36px;
            font-weight: 300;
        }

        h3 {
            font-size: 24px;
            font-weight: 300;
        }

        #footer {
            height: 40px;
            background: #888;
            color: white;
            font-size: larger;
            font-weight: 300;
        }

        #footer a {
            color: white;
            text-decoration: underline;
        }

        #footer p {
            text-align: center
        }

        table {
            border-collapse: collapse;
        }

        table,
        th,
        td {
            border: 1px solid #888;
        }
    </style>
</head>

<body>
    <div class="body">
        <h2>Criterion.rs Benchmark Index</h2>
        See individual benchmark pages below for more details.
        <ul>
            <li>queue_send_flume</li>
            
            <ul>
                <li>
                    <table>
                        <tr>
                            <th></th>
                            <th>1M msgs</th>
                            <th>unbounded</th>
                        </tr>
                        <tr>
                            <th>1000000</th>
                            <td><a href="../queue_send_flume/1M msgs/1000000/report/index.html">queue_send_flume/1M msgs/1000000</a></td>
                            <td>queue_send_flume/unbounded/1000000</td>
                        </tr>
                    </table>
                </li>
            </ul>
            <li>queue_send_mpmc</li>
            
            <ul>
                <li>
                    <table>
                        <tr>
                            <th></th>
                            <th>1M msgs</th>
                        </tr>
                        <tr>
                            <th>1000000</th>
                            <td><a href="../queue_send_mpmc/1M msgs/1000000/report/index.html">queue_send_mpmc/1M msgs/1000000</a></td>
                        </tr>
                    </table>
                </li>
            </ul>
            <li>queue_send_recv_flume</li>
            
            <ul>
                <li>
                    <table>
                        <tr>
                            <th></th>
                            <th>1M msgs</th>
                        </tr>
                        <tr>
                            <th>1000000</th>
                            <td><a href="../queue_send_recv_flume/1M msgs/1000000/report/index.html">queue_send_recv_flume/1M msgs/1000000</a></td>
                        </tr>
                    </table>
                </li>
            </ul>
            <li>system_process</li>
            
            <ul>
                <li>
                    <table>
                        <tr>
                            <th></th>
                            <th>handler+1mw</th>
                            <th>handler+cpu</th>
                            <th>handler-only</th>
                        </tr>
                        <tr>
                            <th>10000</th>
                            <td><a href="../system_process/handler+1mw/10000/report/index.html">system_process/handler+1mw/10000</a></td>
                            <td><a href="../system_process/handler+cpu/10000/report/index.html">system_process/handler+cpu/10000</a></td>
                            <td><a href="../system_process/handler-only/10000/report/index.html">system_process/handler-only/10000</a></td>
                        </tr>
                        <tr>
                            <th>50000</th>
                            <td><a href="../system_process/handler-only/50000/report/index.html">system_process/handler-only/50000</a></td>
                        </tr>
                    </table>
                </li>
            </ul>
            <li>system_send</li>
            
            <ul>
                <li><a href="../system_send/TopicRouter__send/report/index.html">TopicRouter::send</a></li>
            </ul>
        </ul>
    </div>
    <div id="footer">
        <p>This report was generated by
            <a href="https://github.com/bheisler/criterion.rs">Criterion.rs</a>, a statistics-driven benchmarking
            library in Rust.</p>
    </div>
</body>
</html>