|
16 | 16 | <!-- HEADER --> |
17 | 17 | <div id="header_wrap" class="outer"> |
18 | 18 | <header class="inner"> |
19 | | - <a id="forkme_banner" href="https://github.com/phpbench">View on GitHub</a> |
20 | | - |
| 19 | + <img src="images/logo.png" /> |
21 | 20 | <h1 id="project_title">PhpBench</h1> |
22 | | - <h2 id="project_tagline">A Benchmarking Framework for PHP</h2> |
23 | 21 |
|
| 22 | + <h2>Benchmarking Framework for PHP</h2> |
24 | 23 | </header> |
25 | 24 | </div> |
26 | 25 |
|
27 | 26 | <!-- MAIN CONTENT --> |
28 | 27 | <div id="main_content_wrap" class="outer"> |
29 | | - <section id="main_content" class="inner"> |
30 | | - <h3> |
31 | | -<a id="what-is" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>What is PHPBench?</h3> |
32 | | - |
33 | | - <p>PHPBench is a micro/macro benchmarking framework for PHP, inspired by <a href="http://openjdk.java.net/projects/code-tools/jmh/">JMH</a> and <a href="https://phpunit.:e">PHPUnit</a>.</p> |
34 | | - |
35 | | -<h3> |
36 | | -<a id="what-does" class="anchor" href="#what-does" aria-hidden="true"><span class="octicon octicon-link"></span></a>How does it work?</h3> |
37 | 28 |
|
38 | | -<p>It repeats a method in the benchmarking class and tells you the average time it takes to execute the method.</p> |
39 | | - |
40 | | -<p>It also: performs multiple <b>iterations</b>, generates <b>reports</b>, provides <b>statistics</b> (including standard deviation and z-values), enforces <b>stability</b>, supports different <b>time units</b> and output <b>modes</b> and lots more. |
41 | | -</p> |
42 | | - |
43 | | -<h3> |
44 | | -<a id="documentation" class="anchor" href="#documentation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Documentation and Installation Instructions</h3> |
45 | | -<p> |
46 | | -<a href="https://phpbench.readthedocs.org">Official documentation</a> |
47 | | -</p> |
| 29 | + <section id="main_content" class="inner"> |
| 30 | + <p>Phpbench allows you to write benchmarks as you do your tests. The runner launches them in new separate processes. Results can be stored and a number of customizable reports are available. PHPBench does lots of stuff.</p> |
| 31 | + <h3>Browse the <a href="https://phpbench.readthedocs.org">Official documentation</a></h3> |
| 32 | + <h3>Visit the <a href="https://github.com/phpbench/phpbench">Github</a> repository</h3> |
| 33 | + </section> |
| 34 | + </div> |
48 | 35 |
|
49 | 36 |
|
50 | 37 |
|
51 | 38 | <!-- FOOTER --> |
52 | 39 | <div id="footer_wrap" class="outer"> |
53 | 40 | <footer class="inner"> |
54 | | - <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p> |
| 41 | + Last updated in 2027 by Mutants |
55 | 42 | </footer> |
56 | 43 | </div> |
57 | 44 |
|
|
0 commit comments