Kaynağa Gözat

test: disable oracle comparison during production-path bring-up

refactor/stateful-streaming-extractor
Jan Svabenik 11 saat önce
ebeveyn
işleme
751a0017aa
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      cmd/sdrd/streaming_refactor.go

+ 2
- 2
cmd/sdrd/streaming_refactor.go Dosyayı Görüntüle

@@ -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



Yükleniyor…
İptal
Kaydet