From 27f3737c5aba016db6541d64cb59948d6adb1af1 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 6 Jun 2021 09:52:29 +0300 Subject: [PATCH] tools: cleanup the fast.v output --- cmd/tools/fast/fast.v | 2 +- cmd/tools/fast/header.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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