• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hyperledger / fabric-x-committer / 22088322799
89%
main: 90%

Build:
Build:
LAST BUILD BRANCH: test-coverage-improve
DEFAULT BRANCH: main
Ran 17 Feb 2026 06:32AM UTC
Jobs 2
Files 116
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Feb 2026 06:28AM UTC coverage: 88.836% (+0.02%) from 88.821%
22088322799

Pull #302

github

cendhu
feat: enable pprof profiling endpoints in monitoring server

Add pprof profiling support to the monitoring HTTP server to enable
runtime profiling of CPU, memory, goroutines, and other metrics.

Changes:
- Add net/http/pprof import and pprofSubPath constant
- Register pprof handlers explicitly on custom ServeMux
- Add comprehensive table-driven test (TestPprofEndpoints)
- Document why explicit registration is required and how Index
  handler dynamically serves all runtime profiles

Available endpoints:
- /debug/pprof/ - Index page listing all profiles
- /debug/pprof/profile - CPU profile
- /debug/pprof/heap - Memory heap profile
- /debug/pprof/goroutine - Goroutine profile
- /debug/pprof/allocs - Memory allocation profile
- /debug/pprof/block - Block profile
- /debug/pprof/mutex - Mutex profile
- /debug/pprof/cmdline - Command line
- /debug/pprof/symbol - Symbol lookup
- /debug/pprof/trace - Execution trace

All tests pass and Go linter reports 0 issues.

Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #302: feat: enable pprof profiling endpoints in monitoring server

9143 of 10292 relevant lines covered (88.84%)

1.29 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
89.52
-0.95% loadgen/adapters/common.go
1
86.59
-1.22% loadgen/adapters/sigverifier.go
1
94.02
-0.85% mock/vcservice.go
2
97.87
-2.13% service/verifier/verifier_server.go
2
98.33
-1.67% mock/sigverifier.go
4
95.24
-3.17% mock/coordinator.go
Jobs
ID Job ID Ran Files Coverage
1 unit-test - 22088322799.1 17 Feb 2026 06:33AM UTC 72
65.5
GitHub Action Run
2 db-test - 22088322799.2 17 Feb 2026 06:32AM UTC 116
83.83
GitHub Action Run
Source Files on build 22088322799
  • Tree
  • List 116
  • Changed 12
  • Source Changed 0
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #302
  • PR Base - main (#22088280640)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc