bench-show VS chronos-bench

Compare bench-show vs chronos-bench and see what are their differences.

bench-show

Show, plot and compare benchmark results (by composewell)

chronos-bench

Benchmarking tool with focus on comparing results. (by knupfer)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
bench-show chronos-bench
1 0
16 16
- -
5.3 0.0
about 2 months ago about 5 years ago
Haskell Haskell
BSD 3-clause "New" or "Revised" License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bench-show

Posts with mentions or reviews of bench-show. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-30.
  • tasty-bench: featherlight benchmark framework
    2 projects | /r/haskell | 30 Jan 2021
    tasty-bench has a way to collect raw data in a CSV file and perform the statistical analysis. That's a good approach, keeps it lightweight and offloads the statistical analysis to other tools, giving you full freedom to do what you want. One such tool is https://github.com/composewell/bench-show .

chronos-bench

Posts with mentions or reviews of chronos-bench. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning chronos-bench yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing bench-show and chronos-bench you can also consider the following projects:

criterion-measurement

tasty-bench - Featherlight benchmark framework, drop-in replacement for criterion and gauge.