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

tools/fast: make the header a link to /, to ease navigation

This commit is contained in:
Delyan Angelov 2022-12-28 13:51:26 +02:00
parent 101aa4aeb0
commit 1709d175bb
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -49,7 +49,7 @@ table td:nth-child(3) {
</style>
</head>
<body>
<h2>Is V still fast?</h2>
<h2><a href='/'>Is V still fast?</a></h2>
Monitoring compilation speed for each commit. <br><br>
Running on a free tier AWS t2.micro instance (1 vCPU). Typical desktop hardware is 2-3 times faster. <br><br>