Skip to content
Commit 2f7460b0 authored by Aishwarya TCV's avatar Aishwarya TCV Committed by Ryan Roberts
Browse files

scripts: add execute_bisection.sh for git bisect-based regression detection



Adds a new helper script to support automated kernel regression
bisection using 'git bisect run'.

The script builds the kernel using build_local_kernel.sh, exports
kernel image and modules path, then runs benchmarks using
'fastpath bisect run'. It captures and propagates the exit status
from fastpath, enabling correct signaling to git bisect:

  0 => improvement or no change (good)
  1 => regression (bad)
  125 => skip (no data or filter mismatch)

This supports fast identification of performance regressions
across kernel versions.

Signed-off-by: Aishwarya TCV's avatarAishwarya TCV <aishwarya.tcv@arm.com>
parent 162a5947
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment