heckj / CRDT

Conflict-free Replicated Data Types in Swift
https://swiftpackageindex.com/heckj/CRDT/main/documentation/crdt
MIT License
154 stars 3 forks source link

investigate using benchmark package #33

Closed heckj closed 1 year ago

heckj commented 1 year ago

Package-benchmark (ref: https://forums.swift.org/t/package-benchmark-0-6-0-released/63103) release 0.6 recently, and didn't exist when I was first starting this. I'm currently using collections-benchmark, but I'd like to investigate using this newer one for the one-dimensional benchmarks that make sense - and I'm insanely curious about the capability that might be available with the histogram built-in - with maybe providing visual insights into distributions of calls.