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

tools/fast: test hello world

This commit is contained in:
Alexander Medvednikov
2019-11-07 21:59:34 +03:00
parent 13ee2ad670
commit 7a29d959ce
2 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<html>
<head>
<title>fast.vlang.io</title>
<title>Is V still fast?</title>
<style>
*, body {
font-family: Menlo,Monospace,'Courier New';
@ -25,9 +25,10 @@ Source code: <a target=blank href='https://github.com/vlang/v/blob/master/tools/
<tr>
<td></td>
<td></td>
<td style='width:400px'>Commit message</td>
<td style='width:130px'>v -o v.c</td>
<td style='width:130px'>v -o v</td>
<td style='width:130px'>v -o v -fast</td>
<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:120px'>v hello_world.v</td>
</tr>