v/tools/fast/header.html

53 lines
1.0 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2019-11-07 18:38:27 +01:00
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
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';
2019-11-07 18:38:27 +01:00
}
table, td {
border-collapse: collapse;
border: 1px solid #dfdfdf;
}
td {
padding: 5px;
position: relative;
}
.diff {
border-radius: 2.5px;
color: #ffffff;
padding: 0 5px 0 5px;
position: absolute;
right: 5px;
}
.minus {
background-color: rgb(195, 74, 104);
}
.plus {
background-color: #8BC34A;
}
.equal {
background-color: rgb(113, 68, 172);
2019-11-07 18:38:27 +01:00
}
</style>
</head>
<body>
<h2>Is V still fast?</h2>
2019-11-08 05:49:56 +01:00
Monitoring compilation speed for each commit. <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>
2020-01-20 02:19:16 +01:00
<td style='width:130px'>v -x64 1mil.v</td>
2019-11-07 20:24:10 +01:00
<td style='width:120px'>v hello.v</td>
2019-11-07 18:38:27 +01:00
</tr>