summaryrefslogtreecommitdiff
path: root/website/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/index.html')
-rw-r--r--website/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/website/index.html b/website/index.html
index 3871763ac..52cfdc442 100644
--- a/website/index.html
+++ b/website/index.html
@@ -5,13 +5,13 @@
<link rel="stylesheet" href="https://unpkg.com/c3@0.6.7/c3.min.css">
</head>
<body>
- <h2>Execution time chart</h2>
+ <h2>Execution time</h2>
<div id="exec-time-chart"></div>
- <h2>Binary size chart</h2>
+ <h2>Binary size</h2>
<div id="binary-size-chart"></div>
- <h2>Thread count chart</h2>
+ <h2>Thread count</h2>
<div id="thread-count-chart"></div>
- <h2>Syscall count chart</h2>
+ <h2>Syscall count</h2>
<div id="syscall-count-chart"></div>
<script src="https://unpkg.com/d3@5.7.0/dist/d3.min.js"></script>
<script src="https://unpkg.com/c3@0.6.7/c3.min.js"></script>