-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to
benchmark-ipsa
for memory stats
We can essentially drop in `benchmark-ipsa` to start getting memory statistics in our benchmarks. Seems good. Example: ``` Benchmark: Return time 100 business hours after origin Allocations ------------------------------------- biz 1286/190 alloc/ret 7/1 strings/ret business_time 3763/3 alloc/ret 7/0 strings/ret working_hours 1151/10 alloc/ret 2/0 strings/ret Warming up -------------------------------------- biz 99.000 i/100ms business_time 43.000 i/100ms working_hours 95.000 i/100ms Calculating ------------------------------------- biz 1.006k (± 3.2%) i/s - 5.049k business_time 440.021 (± 2.5%) i/s - 2.236k working_hours 965.186 (± 2.3%) i/s - 4.845k Comparison: biz: 1005.9 i/s working_hours: 965.2 i/s - same-ish: difference falls within error business_time: 440.0 i/s - 2.29x slower ```
- Loading branch information
1 parent
ba5a781
commit 052dbaa
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters