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

PragTob / benchee
94%

Build:
DEFAULT BRANCH: master
Repo Added 05 Feb 2017 09:58AM UTC
Files 38
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 0-runtime-handling
  • 0.10.0
  • 0.11.0
  • 0.12
  • 0.12.0
  • 0.12.1
  • 0.12.1-release
  • 0.13
  • 0.13-updates
  • 0.13.0
  • 0.13.1
  • 0.13.2
  • 0.13.2-cherry-pick
  • 0.14.0
  • 0.7.0
  • 0.8.0
  • 0.9.0
  • 1.5.0-rc2-update
  • 1.6-rc0
  • Bessels-Correction
  • Issue-123
  • Issue-188
  • Issue-208
  • Issue-259
  • Issue-51
  • Issue-53
  • Issue-68
  • PragTob-patch-1
  • account-for-old-generation-memory-measurement
  • add-benchee_markdown-formatter
  • add-percentile
  • add-percentiles
  • after-scenario-inputs
  • application-inflection
  • appveyor
  • before-after-each-simple
  • before-each-inputs
  • before_after_scenarios
  • before_scenario_altering_input
  • behaviour-reuse
  • calculate-memory-stats
  • changelog-update
  • changelog-updates
  • check-in-tool-versions
  • config-types
  • conversion-units
  • coveralls-try
  • credo
  • deprecations
  • deps-up
  • deps-updates
  • dialyzer-weirdness
  • doc-it
  • drop-1.2-support-cleanups
  • drop-negative-memory-measurements
  • dry-run
  • easy-updates
  • eliminate-duplicated-benchmarking-messages
  • elixir-1-5-2
  • elixir-1.5
  • elixir-1.5.1
  • elixir-1.6-final
  • elixir-1.6.3
  • elixir-1.7.0-rc1
  • elixir-1.8
  • elixir-erlang-updates
  • elixir-update
  • erlang-module-style
  • estimated-run-times-fix
  • exact-elixir-version
  • exguard
  • fix-race-condition-with-tracer
  • flaky-overhead-test
  • format-bigger-floats
  • format-samples
  • format-test
  • formatter-definition
  • formatter-options-closer
  • formatting
  • formatting-1
  • formatting-2
  • formatting-3
  • formatting-everything
  • formatting-everything-2
  • formatting-everything-3
  • formatting-everything-4
  • formatting-everything-5
  • formatting-everything-6
  • formatting-everything-7
  • function-call-overhead
  • gfvcastro-update-to_filename-pattern
  • gigabyte-binary-interpretation
  • hmm-updates
  • hooks-documentation
  • hooks-documentation-alt
  • inchex-update
  • issue-191
  • jose-erlang-compatibility
  • joshnuss-atom-input-keys
  • length-sample
  • lwalter-master
  • macro-tests
  • measure-memory-3
  • memory-again
  • memory-breaker-integreation-test
  • memory-documentation
  • memory-format-crash
  • memory-formatting-bug
  • memory-measurement-issues
  • memsup-get-stystem-memory
  • mention-slack
  • moaree-updates
  • nano-seconds
  • new-elixir-and-erlang
  • no-prying
  • parallel-bug
  • parallel-bug-alternative
  • pass-values-to-after
  • pipeify
  • random-improvements
  • readme-adjustments
  • relative-statistics
  • remove-not-always-working-cpu-speed-test
  • safe-coveralls
  • scale-printed-configuration-times
  • scenario-data-processed
  • scenario-first-class
  • separate-memory-and-runtime-measurement
  • simplify-measure-memory
  • sort-scenarios
  • statistics-mode
  • statistics-timeout
  • store-and-load-documentation
  • store-previous-runs
  • tagged-save-numbers
  • test-general-mhz-case
  • travis-do-you-master
  • travis-vm-fix-dialyzer
  • trying-to-figure-out-nil-problem-in-benchee-csv
  • type-checking
  • unit-scaling-top-level-option
  • update-deep-merge
  • update-travis
  • update-versions
  • updates
  • updatessss
  • upgrades
  • warn-memory-otp-18
  • warnings-as-errors
  • zachdaniel-fix-tag-name

pending completion
1303

push

travis-ci

web-flow
Merge pull request #279 from PragTob/add-benchee_markdown-formatter

Mention the new benchee_markdown formatter

591 of 628 relevant lines covered (94.11%)

13995.74 hits per line

Relevant lines Covered
Build:
Build:
628 RELEVANT LINES 591 COVERED LINES
13995.74 HITS PER LINE
Source Files on master
  • List 0
  • Changed 18
  • Source Changed 0
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1303 master Merge pull request #279 from PragTob/add-benchee_markdown-formatter Mention the new benchee_markdown formatter push 15 Mar 2019 09:33AM UTC web-flow travis-ci pending completion  
1295 master Promote Scenario to be a top level data structure (#271) Over time Scenario has become one of our most used data structures, perhaps the most used data structure and the most important one besides Suite. I mean of course, because all the impor... push 14 Mar 2019 03:00PM UTC web-flow travis-ci pending completion  
1294 master Merge pull request #272 from PragTob/format-samples Format samples push 13 Mar 2019 09:37AM UTC web-flow travis-ci pending completion  
1293 master Merge pull request #276 from PragTob/exact-elixir-version @devonestes was right, better to make OTP compiled version push 13 Mar 2019 09:17AM UTC web-flow travis-ci pending completion  
1292 master Increase time for function overhead test hoping to reduce flakyness (#277) push 12 Mar 2019 08:26AM UTC web-flow travis-ci pending completion  
1289 master New coveralls & credo, coveralls presumably fixed timeout error (#273) push 12 Mar 2019 08:19AM UTC web-flow travis-ci pending completion  
258 master Phew.. glad I got samples - fix to_map with top level empty list push 24 Feb 2019 07:18AM UTC PragTob travis-ci pending completion  
1270 master Adding `Benchee.CollectionData` struct (#264) * Refactor for collectors This just changes some names of files and functions from `measurer` to `collector, `measure` to `collect`. * Add new `Benchee.CollectionData` struct Now when we hav... push 11 Feb 2019 07:10PM UTC PragTob travis-ci pending completion  
1263 master 0.14.0 push 10 Feb 2019 06:59PM UTC PragTob travis-ci pending completion  
1262 master updates (#269) * updates * woopsie forgot one round of updates push 10 Feb 2019 06:35PM UTC web-flow travis-ci pending completion  
See All Builds (980)
  • 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