Decision Workspace
execution-time vs benchmarking vs auto_bench_fct
Side-by-side comparison of Rust crates
52
execution-time
growingv0.3.1
simple way to measure and display the execution time
45
benchmarking
growingv0.4.13
This crate can be used to execute something and measure the execution time. It does not output anything to screens and filesystems.
44
auto_bench_fct
growingv1.0.1
A library for automatically benchmarking function call count and execution time in Rust.
Core Metrics
| execution-time | benchmarking | auto_bench_fct | |
|---|---|---|---|
| Health Score | 52 | 45 | 44 |
| Total Downloads | 11.6K | 302.0K | 981 |
| 30d Downloads | 426 | 11.8K | 19 |
| Dependents | 6 | 47 | 0 |
| Releases | 11 | 24 | 2 |
| Last Updated | 414d ago | 695d ago | 246d ago |
| Age | 1y 1m | 6y 9m | 8m |
Health Breakdown
execution-time
Maintenance
12
Quality
16
Community
6
Popularity
5
Documentation
13
benchmarking
Maintenance
6
Quality
10
Community
10
Popularity
7
Documentation
12
auto_bench_fct
Maintenance
8
Quality
19
Community
3
Popularity
4
Documentation
10
Technical Details
| execution-time | benchmarking | auto_bench_fct | |
|---|---|---|---|
| Version | 0.3.1 | 0.4.13 | 1.0.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | BSD-3-Clause | MIT | GPL-3.0-only |
| Dependencies | 0 | 0 | 4 |
| Crate Size | 8KB | 5KB | 18KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 41.7% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | 1.56 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •execution-time leads with a health score of 52/100, but none of the options score above 80.
- •benchmarking has the most downloads (302.0K), suggesting wider adoption.
- •⚠ execution-time, benchmarking have not been updated in over a year.
- •execution-time, benchmarking are pre-1.0 — API may change.