You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prdoc/pr_10947.prdoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ doc:
3
3
- audience: Runtime Dev
4
4
description: |-
5
5
PR #10802 added `reset_read_write_count()` at the end of commit_db() to prevent warmup operations from appearing in benchmarking results. However, commit_db is called twice: one on `on_before_start()` closure before benchmark, and one after benchmark execution after benchmark.
6
-
This PR whitelists the warmup keys so that it doesn't appear in the read/write count.
6
+
This PR whitelists warmup key so that it doesn't appear in the read/write count.
0 commit comments