Compare commits

..

2 Commits

Author SHA1 Message Date
chainsx a93d402209 fix(performance): tune benchmark durations based on actual runtimes 2026-08-24 23:24:33 +08:00
chainsx eabca18075 fix(performance): increase timeouts for long-running benchmarks 2026-08-24 13:38:30 +08:00
+1 -1
View File
@@ -116,7 +116,7 @@ _mmtestsRunCase() {
local exit_lines
exit_lines=$(grep "test exit" "$out" 2>/dev/null)
exit_lines=$(grep "test exit:" "$out" 2>/dev/null)
if [ -z "$exit_lines" ]; then