You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: enhance benchmark documentation with value construction convention (#118)
- Added a section on value construction convention to the benchmark files, clarifying how benchmark entry points utilize `Fn(u64) -> Arc<V>` for value storage.
- Emphasized the importance of using the cheapest possible payload to focus on cache policy behavior rather than allocator costs.
These updates improve the clarity of benchmark usage and ensure users understand the implications of value construction on performance metrics.
0 commit comments