Baseline: 3,818µs combined, 24,881 allocs\n\nResult: {"status":"keep","combined_µs":3818,"parse_µs":2722,"render_µs":1096,"allocations":24881}

This commit is contained in:
Tobi Lutke
2026-03-12 16:48:10 -04:00
parent 8f2f0ee035
commit c09e722f9b
2 changed files with 5 additions and 5 deletions
+4 -5
View File
@@ -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"
+1
View File
@@ -0,0 +1 @@
{"type":"config","name":"Liquid parse+render performance (tenderlove-inspired)","metricName":"combined_µs","metricUnit":"µs","bestDirection":"lower"}