v/tools/fast/header.html

35 lines
727 B
HTML
Raw Normal View History

2019-11-07 18:38:27 +01:00
<html>
<head>
2019-11-07 19:59:34 +01:00
<title>Is V still fast?</title>
2019-11-07 18:38:27 +01:00
<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>
2019-11-07 19:53:07 +01:00
Source code: <a target=blank href='https://github.com/vlang/v/blob/master/tools/fast/fast.v'>fast.v</a> <br><br>
2019-11-07 18:38:27 +01:00
<table>
<tr>
<td></td>
<td></td>
2019-11-07 19:59:34 +01:00
<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>
2019-11-07 18:38:27 +01:00
</tr>