Skip to content

Conversation

NesterovYehor
Copy link

Fixes #8574

docs/benchmark: add benchmarking guide and perf PR checklist

Adds benchmark/README.md with:

  • How to run micro-benchmarks consistently
  • Baseline vs. candidate comparison using benchstat
  • Quick pprof (CPU/mem) tips

CONTRIBUTING.md: link to the guide and require benchstat diff + env/flags for perf PRs.

RELEASE NOTES:
n/a

Copy link

linux-foundation-easycla bot commented Sep 15, 2025

CLA Signed

  • ✅login: NesterovYehor / name: Yehor Nesterov / (628a006)

The committers listed above are authorized under a signed CLA.

Copy link

codecov bot commented Sep 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.85%. Comparing base (8420f3f) to head (628a006).
⚠️ Report is 18 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8577      +/-   ##
==========================================
- Coverage   80.91%   80.85%   -0.06%     
==========================================
  Files         413      413              
  Lines       40751    40773      +22     
==========================================
- Hits        32972    32969       -3     
- Misses       6155     6173      +18     
- Partials     1624     1631       +7     

see 23 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@NesterovYehor
Copy link
Author

Maintainers: could you please apply the label Type: Documentation (this PR adds docs only)? Thanks!

@easwars easwars self-assigned this Sep 18, 2025
@easwars easwars added the Area: Documentation Includes examples and docs. label Sep 18, 2025
@easwars easwars added this to the 1.77 Release milestone Sep 18, 2025
@easwars easwars added the Type: Documentation Documentation or examples label Sep 25, 2025
@easwars
Copy link
Contributor

easwars commented Sep 25, 2025

I see that the CI is failing for TestResolverBadServiceUpdate_NACKedWithoutCache. We recently fixed this. Would you please rebase your PR to master. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Documentation Includes examples and docs. Type: Documentation Documentation or examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a README to the benchmark directory
2 participants