1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tools: add a separate scan column for fast.vlang.io too

This commit is contained in:
Delyan Angelov
2021-04-02 20:53:01 +03:00
parent d7331f981b
commit 5229428d91
2 changed files with 18 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
font-family: Menlo, Monospace, 'Courier New';
}
table {
width: 2000px;
width: 1800px;
}
table, td {
border-collapse: collapse;
@@ -48,15 +48,16 @@ Source code: <a target=blank href='https://github.com/vlang/v/blob/master/cmd/to
<table>
<tr>
<td></td>
<td></td>
<td style='width:400px'></td>
<td style='width:180px'>timestamp</td>
<td style='width:85px'>commit</td>
<td>commit message</td>
<td style='width:120px'>v -o v.c</td>
<td style='width:120px'>v -o v</td>
<td style='width:130px'>v -x64 1mil.v</td>
<td style='width:120px'>v hello.v</td>
<td style='width:120px'>v.c size</td>
<td style='width:120px'>parse</td>
<td style='width:120px'>check</td>
<td style='width:120px'>cgen</td>
<td style='width:85px'>v.c size</td>
<td style='width:55px'>parse</td>
<td style='width:55px'>check</td>
<td style='width:55px'>cgen</td>
<td style='width:55px'>scan</td>
</tr>