Avatar for the antiguru user
antiguru
flatcontainer
BlogDocsChangelog

Branches performance

Pull requests

Switch to patched codspeed binary#64
last run
2 years ago
Switch to patched codspeed binary Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
2 years ago
379bbec
codspeed_git
CodSpeed Performance Gauge
0%
Tests to validate that regions implement a common interface We don't require region implementations to provide other trait implementations, but in many cases it is useful to have push/reserve implementations. This tests checks that regions provided by this crate provide said implementations. Specifically, it checks that regions can absorb their owned type, references to their owned type, the read item, and allow to reserve space for references to the owned type and the read item. Additionally, regions for where owned types are Deref, the region should absorb references to the deref target, and be able to reserve it. This surfaced some missing APIs which we add in this change. Namely, the columns region missed reserve APIs. Adding the reserve implementations required the column's item getter to return an option (elements are not required to have the same length.) The codec region still doesn't provide all implementations required, but it's closer and provides sufficient push implementations. It only misses the reserve items API, which does not make too much sense in its context. Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
2 years ago
1b355b5
useful_types
CodSpeed Performance Gauge
0%
last run
2 years ago
Missing inlines Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
2 years ago
b13ef88
inline
CodSpeed Performance Gauge
0%
Support bencher and codspeed#60
last run
2 years ago
Support bencher and codspeed Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
2 years ago
8bbb725
codspeed
CodSpeed Performance Gauge
N/A
© 2026 CodSpeed Technology
Home Terms Privacy Docs