diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-17 18:37:17 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-17 18:37:17 -0800 |
commit | c2b7ef541747bc6f3b40eff27c37f2b6fe0879f8 (patch) | |
tree | bc2970bdc4747ca623c50a2f9e260145487201bf /_includes/header.html | |
parent | 18fd3625a4fcb91b4e05a4600465c00db1d830a2 (diff) |
Add benchmark page
The timings don't include XPath yet.
Diffstat (limited to '_includes/header.html')
-rw-r--r-- | _includes/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html index 71871d8..f1d6edf 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -39,6 +39,7 @@ <small>Read this to start using the library</small></li> <li><a href="http://cdn.rawgit.com/zeux/pugixml/v{{site.version}}/docs/manual.html" onclick="trackLink('documentation', 'manual')">Complete reference manual</a><br/> <small>Read this for full library reference</small></li> + <li><a href="/benchmark.html">Benchmarks</a></li> <li><a href="/license.html">License</a></li> </ul> |