From 78550c0e0d95bc0380a1bb959adaf219c0128055 Mon Sep 17 00:00:00 2001 From: Tobi Lutke Date: Thu, 12 Mar 2026 16:48:10 -0400 Subject: [PATCH] =?UTF-8?q?Baseline:=203,818=C2=B5s=20combined,=2024,881?= =?UTF-8?q?=20allocs\n\nResult:=20{"status":"keep","combined=5F=C2=B5s":38?= =?UTF-8?q?18,"parse=5F=C2=B5s":2722,"render=5F=C2=B5s":1096,"allocations"?= =?UTF-8?q?:24881}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto/autoresearch.sh | 9 ++++----- autoresearch.jsonl | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 autoresearch.jsonl diff --git a/auto/autoresearch.sh b/auto/autoresearch.sh index a0eee481..f421767e 100755 --- a/auto/autoresearch.sh +++ b/auto/autoresearch.sh @@ -42,8 +42,7 @@ for i in 1 2 3; do done echo "" -echo "RESULTS" -echo "parse_us=$BEST_PARSE" -echo "render_us=$BEST_RENDER" -echo "combined_us=$BEST_COMBINED" -echo "allocations=$BEST_ALLOC" +echo "METRIC combined_us=$BEST_COMBINED" +echo "METRIC parse_us=$BEST_PARSE" +echo "METRIC render_us=$BEST_RENDER" +echo "METRIC allocations=$BEST_ALLOC" diff --git a/autoresearch.jsonl b/autoresearch.jsonl new file mode 100644 index 00000000..a37bb655 --- /dev/null +++ b/autoresearch.jsonl @@ -0,0 +1 @@ +{"type":"config","name":"Liquid parse+render performance (tenderlove-inspired)","metricName":"combined_µs","metricUnit":"µs","bestDirection":"lower"}