From 992abc99bc6bbafbf9a28d86dc4a9d654a521821 Mon Sep 17 00:00:00 2001 From: Nimrod Gilboa Markevich <59927337+nimrod-up9@users.noreply.github.com> Date: Sun, 22 May 2022 12:05:24 +0300 Subject: [PATCH] Disable redaction in performance tests (#1101) --- performance_analysis/run_tapper_benchmark.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/performance_analysis/run_tapper_benchmark.sh b/performance_analysis/run_tapper_benchmark.sh index d8a79d7bf..eb67d7afd 100755 --- a/performance_analysis/run_tapper_benchmark.sh +++ b/performance_analysis/run_tapper_benchmark.sh @@ -57,6 +57,7 @@ log "Writing output to $MIZU_BENCHMARK_OUTPUT_DIR" cd $MIZU_HOME || exit 1 export HOST_MODE=0 +export SENSITIVE_DATA_FILTERING_OPTIONS='{"DisableRedaction": true}' export MIZU_DEBUG_DISABLE_PCAP=false export MIZU_DEBUG_DISABLE_TCP_REASSEMBLY=false export MIZU_DEBUG_DISABLE_TCP_STREAM=false