From 6af17545bf7ed58f4fa2c0d5269abb5bdce35f94 Mon Sep 17 00:00:00 2001
From: Aspen Smith <root@gws.fyi>
Date: Wed, 20 Dec 2023 11:19:59 -0500
Subject: [PATCH] feat(tvix/website): Link to windtunnel results page

Change-Id: If4456c565abf32385b1239467b96e7398190ea4b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10383
Reviewed-by: flokli <flokli@flokli.de>
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
---
 tvix/website/landing-en.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tvix/website/landing-en.md b/tvix/website/landing-en.md
index 4537fc7f2..78462771f 100644
--- a/tvix/website/landing-en.md
+++ b/tvix/website/landing-en.md
@@ -27,12 +27,15 @@ project and development workflows.
 
 Developer documentation for some parts of Tvix is [available online][docs].
 
+Benchmarks are run nightly on new commits by [windtunnel][wt].
+
 [TVL]: https://tvl.fyi
 [TVL monorepo]: https://cs.tvl.fyi/depot/-/tree/tvix
 [Tvixbolt]: https://tvixbolt.tvl.su
 [Tvix README]: https://code.tvl.fyi/about/tvix
 [gh]: https://github.com/tvlfyi/tvix/
 [docs]: https://docs.tvix.dev
+[wt]: https://staging.windtunnel.ci/tvl/tvix
 
 -------------------