You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(runner): replace grep/sed with parameter expansion in parse_result_sync
Drop six echo|sed subprocesses and one grep per sync test result parse
at src/runner.sh:971. Use bash parameter expansion (##*, %%##*) in a
single case branch, matching the pattern already used by the async path
at lines 714-727. Bash 3.0+ compatible.
0 commit comments