Skip to content

Commit 3f0ddd8

Browse files
Update from github-actions[bot] running command 'prdoc --audience runtime_dev --bump patch'
1 parent 96fae71 commit 3f0ddd8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

prdoc/pr_10947.prdoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: 'benchmarking: fix DB read/write counts'
2+
doc:
3+
- audience: Runtime Dev
4+
description: |-
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 moves read_write_count() call before the post-benchmark commit_db() call.
7+
crates:
8+
- name: frame-benchmarking
9+
bump: patch

0 commit comments

Comments
 (0)