Skip to content

Commit 4a1009c

Browse files
Remove stats page
1 parent 054a56a commit 4a1009c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/static/compare.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="stylesheet" type="text/css" href="perf.css">
66
</head>
77
<body class="container">
8-
<div>&gt; <a href="index.html">graphs</a>, <a href="stats.html">stats</a>, <a href="compare.html">compare</a>.</div>
8+
<div>&gt; <a href="index.html">graphs</a>, <a href="compare.html">compare</a>.</div>
99
<div id="content" style="display: none"></div>
1010
<div id="settings">
1111
<span id="commits" class="settings" style="text-align:left;">

site/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="stylesheet" type="text/css" href="perf.css">
66
</head>
77
<body class="container">
8-
<div>&gt; <a href="index.html">graphs</a>, <a href="stats.html">stats</a>, <a href="compare.html">compare</a>.</div>
8+
<div>&gt; <a href="index.html">graphs</a>, <a href="compare.html">compare</a>.</div>
99
<div style="width: 1000px; height: 600px;" id="chart-container"></div>
1010
<div>
1111
<a href="#" onClick="hide_all(); return false">Hide All</a>

0 commit comments

Comments
 (0)