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

bencheeorg / benchee
94%
master: 95%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 22 Mar 2019 09:02AM UTC
Files 45
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 memory
branch: memory
CHANGE BRANCH
x
Reset
  • memory
  • 0.99.0
  • 1.0.0
  • 1.0.1
  • 1.15.7
  • Issue-188
  • actually-ignore-tool-versions
  • add-known-issues-section
  • adjust-function-call-overhead-measurements
  • akoutmos-adding-table-support
  • alco-elixir-1.17
  • brush-up-typespecs
  • bump-versions
  • call-it-1-3-dev
  • changelog
  • ci++
  • ci-against-elixir-rc
  • credo-update
  • debug-macos-build
  • deep-mergeee
  • dep-updates
  • dep-upgrades
  • deprecations
  • deps-updates
  • deps-updatesssss
  • depssss-updates
  • display-jit-enabled
  • doc-warnings
  • docs++
  • drobnyd-human-friendlier-format
  • elixir-1-14
  • elixir-1.10-upgrade
  • elixir-1.17
  • elixir-1.19-prep
  • elixir-1.9-rc
  • elixir-1.9-update
  • elixir-erlang-upgrade
  • elixir-update
  • enable-tprof
  • eval-function-notice
  • fix-accidentally-too-slow-tests
  • fix-ci
  • fix-escript
  • fix-iex-test
  • fix-mac-test-runs-ci
  • fix-memory-display-extended-statistics
  • fix-preferred-envs-deprecation
  • fix-relative-statistics
  • fix-restre-current-working-path
  • fix-sequential-output-return-type
  • fix-trais-config
  • fix-typo
  • fix-windows-ci
  • foo-bar
  • github-actions
  • hrzndhrn-issue/367
  • import-all-the-doctests
  • improve-iex-test
  • include-input_name-in-table
  • introduce-report-1
  • kianmeng-migrate-to-erlef-setup-beam
  • less-credo
  • lighter-iex-running-test
  • mac-time-measurements
  • madlep-include-input_name-in-table
  • main
  • master
  • max-sample-size
  • minimize-benchmark-data
  • minor-adjustments
  • minor-fixes
  • more-architecture-work
  • more-flexible-build-matrix
  • more-progress-puts
  • more-proper-windows-tests
  • more-resilient-eval-warning-test
  • more-resilient-system-checks
  • more-retries-for-profiling
  • more-selective-checks
  • most-current-1.15
  • move-plts
  • new-C4-diagrams
  • new-elixir-1.17-and-release
  • new-elixir-rc
  • otp-22
  • outlier-decection-removal
  • parallel-clarifications
  • pre-prep-release
  • prep-1-1-0
  • prep-1.3
  • prep-1.4.0
  • profiler-docs
  • profiler-san
  • readme-overhaul
  • redo-samples
  • reduce-and-document-benchee-interface
  • reduce-ci-jobs
  • reduce-ci-load
  • reduce-system-interface
  • reduction
  • refs/tags/1.1.0
  • refs/tags/1.2.0
  • relative-statistics
  • remove-sequential-output
  • sabiwara-pre_check_all_same
  • save-and-load-and-relative-statistics
  • sequential-output
  • set-reference-job
  • small-updates
  • statistex
  • statistex-dep
  • statistics-benchmark
  • stream-data-me
  • sync-profiler-test
  • system-goes-struct
  • test-against-elixir-main
  • test-retries
  • timing
  • travis-updates
  • try-new-elixir-appveyor
  • try-remedy-random-ci-failures-on-eprof
  • typespecs-for-the-type-masters
  • ubuntu-bump
  • update-1.19-ci
  • update-all-the-deps
  • update-ci
  • update-elixir-erlang
  • update-moooreee
  • updates
  • updatesss
  • updatesssss
  • upgrade-ci-runners
  • upgrade-deps
  • upgrade-elixir
  • upgrade-github-actions
  • upgrade-versions
  • warn-macos-measuring-inaccuracies
  • we-do-not-neeed-applications

14 Dec 2023 07:00PM UTC coverage: 94.143% (+0.4%) from 93.784%
f19fa49e04afc1c5d65a8a66cc702369156a5243

Pull #408

github

PragTob
document newly introduced formatter limitations
Pull Request #408: Memory usage optimization / avoid sending unneeded data to parallel processing

884 of 939 relevant lines covered (94.14%)

50063.25 hits per line

Relevant lines Covered
Build:
Build:
939 RELEVANT LINES 884 COVERED LINES
50063.25 HITS PER LINE
Source Files on memory
  • Tree
  • List 52
  • Changed 18
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
f19fa49e... memory document newly introduced formatter limitations Pull #408 14 Dec 2023 07:01PM UTC PragTob github
94.14
8fd3a978... memory delete accidentally duplicated doctest Pull #408 14 Dec 2023 06:33PM UTC PragTob github
94.14
5af0aa53... memory more unit tests to deal with different formatter cases we could open up Pull #408 14 Dec 2023 04:37PM UTC PragTob github
93.79
5a8fda1f... memory Righty, forgot to only scrubt the suite when parallel processing Now, that scenario is finally fast/fastest in that lil benchmark: ``` Name ips average deviation median 99th % Formatter.output ... Pull #408 14 Dec 2023 04:22PM UTC PragTob github
94.11
1739ee24... memory Righty, forgot to only scrubt the suite when parallel processing Now, that scenario is finally fast/fastest in that lil benchmark: ``` Name ips average deviation median 99th % Formatter.output ... Pull #408 14 Dec 2023 04:21PM UTC PragTob github
93.79
be1f13a6... memory Also scrub inputs from the configuration before formatters This includes a slight workaround to preserve the names of inputs as people may be relying on those. Doesn't feel great but... somehow reasonable? Pull #408 14 Dec 2023 03:31PM UTC PragTob github
93.87
b44e2e3d... memory Also scrub inputs from the configuration before formatters This includes a slight workaround to preserve the names of inputs as people may be relying on those. Doesn't feel great but... somehow reasonable? Pull #408 14 Dec 2023 03:30PM UTC PragTob github
93.87
c43880d8... memory Use zip + map instead of zip_with for old elixir compatibility Pull #408 14 Dec 2023 03:12PM UTC PragTob github
93.84
8e7e7a54... memory Use zip + map instead of zip_with for old elixir compatibility Pull #408 13 Dec 2023 08:16PM UTC PragTob github
94.17
d391189b... memory Introduce more different stats to statistics tests to make sure we do not mix them up Pull #408 13 Dec 2023 08:10PM UTC PragTob github
94.17
See All Builds (1973)
  • 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

© 2025 Coveralls, Inc