1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/tools/fast/header.html
Alexander Medvednikov 13ee2ad670 tools/fast: use clang
2019-11-07 21:53:07 +03:00

34 lines
691 B
HTML

<html>
<head>
<title>fast.vlang.io</title>
<style>
*, body {
font-family: Menlo,Monospace,'Courier New';
}
table, td {
border-collapse: collapse;
border: 1px solid #dfdfdf;
}
td {
padding: 5px;
}
</style>
</head>
<body>
<h2>Is V still fast?</h2>
Monitoring the speed of the compilation for each commit. <br><br>
Running on a $3.5/mo micro instance. <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>
<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>
</tr>