From 751a0017aa0d938852329af2d7a295359f1547af Mon Sep 17 00:00:00 2001 From: Jan Svabenik Date: Wed, 25 Mar 2026 11:28:03 +0100 Subject: [PATCH] test: disable oracle comparison during production-path bring-up --- cmd/sdrd/streaming_refactor.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/sdrd/streaming_refactor.go b/cmd/sdrd/streaming_refactor.go index 8dc650b..9ea78fe 100644 --- a/cmd/sdrd/streaming_refactor.go +++ b/cmd/sdrd/streaming_refactor.go @@ -8,8 +8,8 @@ import ( "sdr-wideband-suite/internal/telemetry" ) -const useStreamingOraclePath = true // keep true during C2-C so the real native path is continuously compared against the corrected oracle -const useStreamingProductionPath = false // keep false until the new production path is explicitly activated in runtime bring-up +const useStreamingOraclePath = false // temporarily disable oracle during bring-up to isolate production-path runtime behavior +const useStreamingProductionPath = true // route top-level extraction through the new production path during bring-up/validation var streamingOracleRunner *gpudemod.CPUOracleRunner