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

hyperledger / fabric-x-committer
92%
main: 91%

Build:
Build:
LAST BUILD BRANCH: bench-report-metrics
DEFAULT BRANCH: main
Repo Added 05 Feb 2026 01:59PM UTC
Files 127
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

LAST BUILD ON BRANCH bench-report-metrics
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • apt-ci-fix
  • backoff-v5
  • bccsp-race
  • bench-report-metrics
  • bft-delivery
  • bob-rules
  • buffer-race
  • build-unify
  • channel-race
  • ci-gotestsum
  • cli-refactor
  • client-test-race
  • client-tls-bug
  • commit-config-immediately
  • config-docs-yaml
  • connection-test-dep
  • coveralls
  • cryptogen-recreate-support
  • default-test-node-startup-setup
  • deliver-check-block-order
  • deliver-seek-tls-cert
  • deliver-seek-tls-cert-fix
  • dependabot/go_modules/go_modules-9c5197dcb8
  • dependencygraph-race
  • deployment-strategy
  • doc-loadgen-artifacts
  • dynamic-root-ca
  • enable-pprof
  • expose-ledger-api
  • fabric-lib-go-v1.1.3
  • fabric-logging
  • fix-connection-reset
  • fix-container-image
  • fix-container-test-macos
  • fix-db-test
  • fix-falky-svmupdate-test
  • fix-flaky
  • fix-flaky-conn-metrics
  • fix-flaky-loadgen-coord
  • fix-master-tserver-rf
  • fix-port-container-test
  • fix-release-path
  • fix-sign
  • fix-test-node-with-insecure
  • fix-waiting-tx-count
  • flaky-test-orderer
  • go-fix
  • grpc-logger-fix
  • grpcservice-refactor
  • healthz-check
  • ledger-service-wait-behaviour
  • lifecycle-policy
  • limit-block-apis
  • limit-inputs-block-apis
  • loadgen-manual-msp
  • loadgen-remove-ctx
  • main
  • make-ci-local
  • make-fixes
  • makefile-test-flags
  • metrics-tls
  • metrics-url-race
  • migrate-to-postgres-official-image
  • minimize-logs
  • mkdocs
  • mock-orderer-features
  • mock-orderer-stream-holder
  • mock-verifier-race
  • move-retry-package
  • namespace-policy-docs
  • optimize-map-block
  • orderer-config-race
  • pgx5
  • postgres-renaming
  • qs-pen-test-fix
  • race-detection
  • rate-limit-sidecar
  • refactor-channel
  • refactor-cmd
  • rename-util-files
  • review-ai-prompt
  • rm-reployment
  • rm-unused
  • root-ca-workaround-fix
  • sidecar-block-store-code-fix
  • sidecar-limit-active-txids-notifier
  • sidecar-race
  • sidecar-remove-chan-id
  • split-tablets
  • sustain-config
  • sync-block
  • template-tls-per-endpoint
  • test-container-port-binding
  • test-coverage-connection
  • test-coverage-improve
  • test-coverage-latency
  • test-coverage-tests
  • test-limiter-max-wait
  • test-minor-fixes
  • test-query-status
  • test-tls-flatten
  • testcrypto-race
  • testcrypto-refactor
  • tls-docs-update
  • update-to-latest-common
  • update-to-yugabytedb-latest-lts
  • upgrade-pg
  • vc-race
  • verifier-test-remove-gomega
  • worktree-notification-docs

02 Apr 2026 05:30AM UTC coverage: 91.686%. First build
23885561706

Pull #515

github

cendhu
[bench] Replace AWK tx/s script with b.ReportMetric

  Add test.ReportTxPerSecond(b) helper and call it from all benchmarks.
  Cap batch benchmarks to exactly b.N transactions for accurate reporting.
  Remove bench-tx-per-sec.awk and Makefile AWK pipes.

Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #515: [bench] Replace AWK tx/s script with b.ReportMetric

10025 of 10934 relevant lines covered (91.69%)

84255.96 hits per line

Relevant lines Covered
Build:
Build:
10934 RELEVANT LINES 10025 COVERED LINES
84255.96 HITS PER LINE
Source Files on main
  • Tree
  • List 127
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23885561706 bench-report-metrics [bench] Replace AWK tx/s script with b.ReportMetric Add test.ReportTxPerSecond(b) helper and call it from all benchmarks. Cap batch benchmarks to exactly b.N transactions for accurate reporting. Remove bench-tx-per-sec.awk and Makefile AWK ... Pull #515 02 Apr 2026 05:36AM UTC cendhu github
91.69
23884206147 make-ci-local [test] Add make ci-local to run full CI flow locally Add ci-local.sh that manages postgres and yugabyte containers, runs all CI test steps, and cleans up on exit. Replace the native yugabyte install scripts with Docker-based versions. Remov... Pull #518 02 Apr 2026 04:47AM UTC cendhu github
91.43
23856757424 bench-report-metrics [bench] Replace AWK tx/s script with b.ReportMetric Add test.ReportTxPerSecond(b) helper and call it from all benchmarks. Cap batch benchmarks to exactly b.N transactions for accurate reporting. Remove bench-tx-per-sec.awk and Makefile AWK ... Pull #515 01 Apr 2026 03:37PM UTC cendhu github
91.37
23854796660 refactor-channel [utils/channel] Split channel.go into reader_writer.go and ready.go Separate the two unrelated concepts — context-aware channel read/write wrappers and the Ready signaling primitive — into their own files for easier navigation and review. ... Pull #511 01 Apr 2026 02:54PM UTC cendhu github
91.32
23854601943 rename-util-files [utils] Rename files to reflect their content No logic changes; pure file renames via git mv. Signed-off-by: Senthilnathan <cendhu@gmail.com> Pull #513 01 Apr 2026 02:51PM UTC cendhu github
91.35
23850247469 grpcservice-refactor Extract gRPC service lifecycle into utils/grpcservice Move Service interface, StartService, and RunGrpcServer out of utils/connection into a new utils/grpcservice package. The connection package now only contains networking primitives (Serv... Pull #509 01 Apr 2026 01:15PM UTC cendhu github
91.43
23835386718 rm-unused rm dead-code and unexport local methods/variables Signed-off-by: Senthilnathan <cendhu@gmail.com> Pull #508 01 Apr 2026 06:39AM UTC cendhu github
91.49
23802864181 rm-reployment [docker] remove stale deployment directory Signed-off-by: Senthilnathan <cendhu@gmail.com> Pull #506 31 Mar 2026 02:38PM UTC cendhu github
91.45
23801147518 dynamic-root-ca * rebased. Signed-off-by: Dean Amar <Dean.Amar@ibm.com> Pull #392 31 Mar 2026 02:02PM UTC dean-amar github
90.95
23799225852 flaky-test-orderer [mock] fix flaky TestOrderer by making CutBlock synchronous Root cause: The inEnvs channel is buffered, so SubmitEnv returns immediately without the Run goroutine having processed the envelope. When CutBlock (unbuffered) is called next, Go's sele... Pull #504 31 Mar 2026 01:19PM UTC cendhu github
91.25
See All Builds (498)
  • Repo on GitHub
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