mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: cleanup the fast.v output
This commit is contained in:
parent
43acb5a3ca
commit
27f3737c5a
@ -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) ?
|
||||
|
@ -60,6 +60,6 @@ Source code: <a target=blank href='https://github.com/vlang/v/blob/master/cmd/to
|
||||
<td style='width:55px'>check</td>
|
||||
<td style='width:55px'>cgen</td>
|
||||
<td style='width:55px'>scan</td>
|
||||
<td style='width:55px'>V lines</td>
|
||||
<td style='width:55px'>V lines/s</td>
|
||||
<td style='width:80px'>V lines</td>
|
||||
<td style='width:95px'>V lines/s</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user