Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
criterion 0.2.3 - Docs.rs
[go: Go Back, main page]

criterion 0.2.3

Statistics-driven micro-benchmarking library
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
        }
    </style>
</head>

<body>
    <div class="body">
        <h2>Criterion.rs Benchmark Index</h2>
        See individual benchmark pages below for more details.
        <ul>
        {{#each benchmarks}}
            <li>
                <a href="../{{this.path}}">{{this.name}}</a>
                {{#if this.sub_benchmarks}}
                <ul>
                    {{#each this.sub_benchmarks}}
                    <li>
                        <a href="../{{this.path}}">{{this.name}}</a>
                        {{#if this.sub_benchmarks}}
                        <ul>
                            {{#each this.sub_benchmarks}}
                            <li>
                                <a href="../{{this.path}}">{{this.name}}</a>
                            </li>
                            {{/each}}
                        </ul>
                        {{/if}}
                    </li>
                    {{/each}}
                </ul>
                {{/if}}
            </li>
        {{/each}}
        </ul>
    </div>
    <div id="footer">
        <p>This report was generated by
            <a href="https://github.com/japaric/criterion.rs">Criterion.rs</a>, a statistics-driven benchmarking library in Rust.</p>
    </div>
</body>

</html>