Skip to content

Commit 1f681ec

Browse files
committed
Updated content
1 parent d2a5fd5 commit 1f681ec

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

index.html

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
1010

11-
<title>Phpbench.GitHub.io</title>
11+
<title>PhpBench</title>
1212
</head>
1313

1414
<body>
@@ -18,8 +18,8 @@
1818
<header class="inner">
1919
<a id="forkme_banner" href="https://github.com/phpbench">View on GitHub</a>
2020

21-
<h1 id="project_title">Phpbench.GitHub.io</h1>
22-
<h2 id="project_tagline"></h2>
21+
<h1 id="project_title">PhpBench</h1>
22+
<h2 id="project_tagline">A Benchmarking Framework for PHP</h2>
2323

2424
</header>
2525
</div>
@@ -28,31 +28,25 @@ <h2 id="project_tagline"></h2>
2828
<div id="main_content_wrap" class="outer">
2929
<section id="main_content" class="inner">
3030
<h3>
31-
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</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>
3232

33-
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here <a href="https://guides.github.com/features/mastering-markdown/">using GitHub Flavored Markdown</a>, select a template crafted by a designer, and publish. After your page is generated, you can check out the new <code>gh-pages</code> branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.</p>
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>
3434

3535
<h3>
36-
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Designer Templates</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>
3737

38-
<p>We’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.</p>
38+
<p>It repeats a methods in benchmarking class and tells you the average time it takes to execute the method.</p>
3939

40-
<h3>
41-
<a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span class="octicon octicon-link"></span></a>Creating pages manually</h3>
42-
43-
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
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>
4442

4543
<h3>
46-
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</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>
4748

48-
<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
4949

50-
<h3>
51-
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
52-
53-
<p>Having trouble with Pages? Check out our <a href="https://help.github.com/pages">documentation</a> or <a href="https://github.com/contact">contact support</a> and we’ll help you sort it out.</p>
54-
</section>
55-
</div>
5650

5751
<!-- FOOTER -->
5852
<div id="footer_wrap" class="outer">

0 commit comments

Comments
 (0)