consolidate the tests locations
This commit is contained in:
@@ -22,7 +22,7 @@ usage() {
|
||||
echo "Run benchmark automation pipeline."
|
||||
echo ""
|
||||
echo "Options:"
|
||||
echo " --populate Populate bench/findings from reachbench fixtures"
|
||||
echo " --populate Populate src/__Tests/__Benchmarks/findings from reachbench fixtures"
|
||||
echo " --compute Compute metrics from findings"
|
||||
echo " --compare BASELINE Compare with baseline scanner results"
|
||||
echo " --all Run all steps (populate + compute)"
|
||||
@@ -99,9 +99,9 @@ fi
|
||||
# Step 3: Compare with baseline
|
||||
if [[ -n "$BASELINE_PATH" ]]; then
|
||||
log_info "Step 3: Comparing with baseline..."
|
||||
python3 bench/tools/compare.py --baseline "$BASELINE_PATH" --json
|
||||
python3 src/__Tests/__Benchmarks/tools/compare.py --baseline "$BASELINE_PATH" --json
|
||||
echo ""
|
||||
fi
|
||||
|
||||
log_info "Benchmark automation complete!"
|
||||
log_info "Results available in bench/results/"
|
||||
log_info "Results available in src/__Tests/__Benchmarks/results/"
|
||||
|
||||
Reference in New Issue
Block a user