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

fast.v fixes

This commit is contained in:
Alexander Medvednikov
2020-01-20 02:19:16 +01:00
parent 2f27eb42ed
commit 53b06048d2
3 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,6 @@ td {
<h2>Is V still fast?</h2>
Monitoring compilation speed for each commit. <br><br>
Running on a 2014 MacBook Pro. <br><br>
Source code: <a target=blank href='https://github.com/vlang/v/blob/master/tools/fast/fast.v'>fast.v</a> <br><br>
<table>
@@ -48,6 +47,6 @@ Source code: <a target=blank href='https://github.com/vlang/v/blob/master/tools/
<td style='width:400px'></td>
<td style='width:120px'>v -o v.c</td>
<td style='width:120px'>v -o v</td>
<td style='width:120px'>v -o v -fast</td>
<td style='width:130px'>v -x64 1mil.v</td>
<td style='width:120px'>v hello.v</td>
</tr>