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

smarr / ReBench
83%
master: 85%

Build:
Build:
LAST BUILD BRANCH: machine-and-denoise-settings-on-release-prep
DEFAULT BRANCH: master
Repo Added 19 May 2016 07:11PM UTC
Files 106
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 machine-and-denoise-settings-on-release-prep
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 1.0rc1
  • 10rc2
  • avoid-using-pythonpath
  • black
  • branch-name
  • bugs
  • build-empty-env
  • build-error
  • build-support
  • case-insensitive-adapter-names
  • ci-coverage
  • cpuinfo
  • custom-gauge-adapters
  • denoise
  • denoise-core-spec-as-env
  • denoise-docker-test
  • denoise-path
  • denoise-support
  • disable-reporting
  • docs
  • docs-and-exectors
  • docs-and-output
  • docs-plain-seconds-log
  • docs-reorg
  • documentation
  • dont-fail-when-perf-crashes-by-include-faulty-is-set
  • dont-require-git
  • drop-python-2-support
  • drop-python-3.8
  • ensure-empty-string-for-unset-variable
  • env-error
  • err-messages
  • err-source-report
  • execution-plan
  • execution-plan-fix
  • extra-criteria-rebench
  • feedback-spilot
  • fix-215
  • fix-env-var-handling
  • fix-exp-name-arg-processing
  • fix-failure-message
  • fix-interrupt-handling
  • fix-none-return-value
  • fix-perf-issue
  • fix-result-of-sending-to-rebenchdb
  • fix-source-details-in-data-file
  • fix-summary-table
  • fix-time-adapter
  • format-and-types
  • gauge-adapter-error
  • gha
  • gha-release
  • git-env-info
  • handle-tilde-in-env
  • important-settings
  • install
  • install-deps
  • invocation-iterations
  • issue-111-warmup-ignored
  • issue-112-invocations-ignored
  • issue-54
  • issue-59-build-support
  • issue-6-schema-validation
  • issue-72-argparse
  • issue-81-encoding
  • iteration-invocation
  • jmh-fix
  • load-tester
  • machine-and-denoise-settings
  • machine-and-denoise-settings-on-release-prep
  • machine-and-denoise-settings-test
  • machine-settings
  • machine-tagging
  • macos
  • maintainance
  • make-sure-to-read-all-data-from-stdouterr
  • master
  • memory-usage
  • missing-executor
  • mypy
  • nicer-summary-table
  • no-exec
  • optimize_determine_source
  • post-release-fixes
  • prep-100
  • prep-release
  • profiling
  • pylint
  • pytest
  • python3
  • python38
  • pythonic
  • quoting-env-strings
  • readme
  • readme-dev-setup
  • rebenchdb
  • rebenchdb-documentation
  • redhat-which
  • release-1.2.0
  • release-prep
  • release-prep-on-pythonpath
  • remove-csv-reporting
  • report-completion
  • retries-after-failure
  • revert-77-fix-exp-name-arg-processing
  • revert-99-prep-100
  • run-id-equality-based-on-all-props
  • setup-run
  • shorter-output
  • show-env-in-debug-output
  • simplify-build-command
  • single-csv-header-per-file
  • ssw-gitlab
  • sudoer-help
  • test-env
  • test-on-rocky
  • test-rumel-yaml
  • test-run
  • time-adapter
  • time-on-macos
  • timeout
  • timeouts-and-signals
  • travis-nightly
  • turn-machines-into-tags
  • ui
  • ui-issues
  • unnecessary-reporting-with-exec-plan
  • update-actions
  • update-python-versions
  • user-interface
  • v.0.7.5
  • v0.10.0
  • v0.10.1
  • v0.7.4
  • v0.7.5
  • v0.8.0
  • v0.9.0
  • v0.9.1
  • v1.0rc1
  • v1.0rc2
  • v1.2.0
  • v1.3.0
  • v100
  • v101

03 Jul 2026 02:08PM UTC coverage: 83.35% (+0.002%) from 83.348%
28665849275

push

github

smarr
Avoid retrying the same failing denoise configs again and again, that’s an issue on macOS

Signed-off-by: Stefan Marr <git@stefan-marr.de>

5 of 8 new or added lines in 1 file covered. (62.5%)

33 existing lines in 2 files now uncovered.

5882 of 7057 relevant lines covered (83.35%)

0.83 hits per line

Relevant lines Covered
Build:
Build:
7057 RELEVANT LINES 5882 COVERED LINES
0.83 HITS PER LINE
Source Files on master
  • Tree
  • List 106
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28665849275 machine-and-denoise-settings-on-release-prep Avoid retrying the same failing denoise configs again and again, that’s an issue on macOS Signed-off-by: Stefan Marr <git@stefan-marr.de> push 03 Jul 2026 02:11PM UTC smarr github
83.35
28665642299 master ReBenchDB.send_results() is expected to return only a bool (#298) push 03 Jul 2026 02:07PM UTC web-flow github
85.04
28663391075 fix-result-of-sending-to-rebenchdb When sending data to rebenchdb fails, wait longer After the time out is at 5min, cap it here. Wait 10 times but do a exponential backoff only until we reach a 5min wait time. Signed-off-by: Stefan Marr <git@stefan-marr.de> Pull #298 03 Jul 2026 01:24PM UTC smarr github
85.04
28663025425 fix-result-of-sending-to-rebenchdb When sending data to rebenchdb fails, wait longer After the time out is at 5min, cap it here. Wait 10 times but do a exponential backoff only until we reach a 5min wait time. Signed-off-by: Stefan Marr <git@stefan-marr.de> Pull #298 03 Jul 2026 01:17PM UTC smarr github
85.04
28662622941 fix-result-of-sending-to-rebenchdb ReBenchDB.send_results() is expected to return only a bool Signed-off-by: Stefan Marr <git@stefan-marr.de> Pull #298 03 Jul 2026 01:10PM UTC smarr github
85.04
28662478263 fix-result-of-sending-to-rebenchdb Merge 275858030 into 5a454b77e Pull #298 03 Jul 2026 01:07PM UTC web-flow github
85.04
28662330570 fix-result-of-sending-to-rebenchdb ReBenchDB.send_results() is expected to return only a bool Signed-off-by: Stefan Marr <git@stefan-marr.de> push 03 Jul 2026 01:04PM UTC smarr github
85.04
27769609177 machine-and-denoise-settings-on-release-prep Avoid retrying the same failing denoise configs again and again, that’s an issue on macOS Signed-off-by: Stefan Marr <git@stefan-marr.de> push 18 Jun 2026 03:17PM UTC smarr github
83.35
27769502881 master Update GitLab CI for SSW (#296) push 18 Jun 2026 03:15PM UTC web-flow github
84.99
27769219448 ssw-gitlab Added laertes and ophelia to the setup Signed-off-by: Stefan Marr <git@stefan-marr.de> Pull #296 18 Jun 2026 03:10PM UTC smarr github
85.04
See All Builds (1016)
  • 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