mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: fast.v for fast.vlang.io
This commit is contained in:
34
tools/fast/header.html
Normal file
34
tools/fast/header.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<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 href='#'>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>
|
||||
|
||||
Reference in New Issue
Block a user