Fix Throughput Profiling Nightly Sanitizer Analysis test case error

PiperOrigin-RevId: 478878990
This commit is contained in:
hai007
2022-10-04 14:08:31 -07:00
committed by Copybara-Service
parent c4ad6de6f8
commit 8ef1a5f3a9
@@ -93,7 +93,7 @@ class ThroughputRecorder {
int64_t payload_id_;
absl::Time start_timestamp_;
PayloadType payload_type_ = PayloadType::kUnknown;
bool is_incoming_;
bool is_incoming_ = false;
absl::flat_hash_map<Medium, Throughput> throughputs_ ABSL_GUARDED_BY(mutex_);
bool success_ = false;