tools: cleanup the fast.v output

This commit is contained in:
Delyan Angelov 2021-06-06 09:52:29 +03:00
parent 43acb5a3ca
commit 27f3737c5a
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
2 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@ fn main() {
<td>${cgen}ms</td>
<td>${scan}ms</td>
<td>$vlines</td>
<td>${int(f64(vlines) / f64(diff1) * 1000.0)} lines/s</td>
<td>${int(f64(vlines) / f64(diff1) * 1000.0)}</td>
</tr>\n' +
table.trim_space()
out.writeln(table) ?