diff --git a/cmd/tools/fast/fast.v b/cmd/tools/fast/fast.v
index bf24097dae..48d02e2320 100644
--- a/cmd/tools/fast/fast.v
+++ b/cmd/tools/fast/fast.v
@@ -83,7 +83,7 @@ fn main() {
${cgen}ms |
${scan}ms |
$vlines |
- ${int(f64(vlines) / f64(diff1) * 1000.0)} lines/s |
+ ${int(f64(vlines) / f64(diff1) * 1000.0)} |
\n' +
table.trim_space()
out.writeln(table) ?
diff --git a/cmd/tools/fast/header.html b/cmd/tools/fast/header.html
index c8bba5f6fa..8f4ee5cab8 100644
--- a/cmd/tools/fast/header.html
+++ b/cmd/tools/fast/header.html
@@ -60,6 +60,6 @@ Source code: check
cgen |
scan |
- V lines |
- V lines/s |
+ V lines |
+ V lines/s |