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"}