hash calc: sort time is redundantly counted as part of 'total time' (#20791)

This commit is contained in:
Jeff Washington (jwash) 2021-10-19 15:52:43 -05:00 committed by GitHub
parent cc4bb5a451
commit 0acbfdfcb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ impl HashStats {
let total_time_us = self.scan_time_total_us
+ self.zeros_time_total_us
+ self.hash_time_total_us
+ self.sort_time_total_us
+ self.collect_snapshots_us
+ self.storage_sort_us;
datapoint_info!(