https://github.com/redding/assert-bench
A project to bench Assert versions against themselves and others
https://github.com/redding/assert-bench
Last synced: about 1 year ago
JSON representation
A project to bench Assert versions against themselves and others
- Host: GitHub
- URL: https://github.com/redding/assert-bench
- Owner: redding
- Created: 2015-08-07T15:56:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T17:31:58.000Z (almost 11 years ago)
- Last Synced: 2025-02-15T08:20:11.775Z (over 1 year ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# assert-bench
A project to bench Assert versions against themselves and others
## Notes
* assert-2.14: baseline version for benching
## Results
### 01_basic
Suite of 1000 tests producing 3 passing results per test
| Version | Real | User | Sys |
| ------------- | ---------- | ---------- | ---------- |
| assert-2.15.0 | 2.73 | 2.57 | 0.15 |
| assert-2.14.0 | 2.88 | 2.62 | 0.17 |
### 02_double
Suite of 2000 tests producing 6 passing results per test
| Version | Real | User | Sys |
| ------------- | ---------- | ---------- | ---------- |
| assert-2.15.0 | 4.97 | 4.70 | 0.25 |
| assert-2.14.0 | 5.08 | 4.82 | 0.25 |