Divan is a framework for quick comfy benchmarking of Rust code.
Clever.
I’m sad I discontinued my CouchDB client, just because of the opportunity to test it with divan.
Wow, this is really nice! I was recently hunting for a better benchmarking library so this is a lovely find.
The #[divan::bench] attribute with settings is super nice, as is the module namespacing. Excited to migrate a few projects to this!
#[divan::bench]
FWIW, the link to DistributedSlice‘s documentation points to linkme 0.1.0 for some reason, which didn’t have any successful docs build.
DistributedSlice
linkme
Clever.
I’m sad I discontinued my CouchDB client, just because of the opportunity to test it with divan.
Wow, this is really nice! I was recently hunting for a better benchmarking library so this is a lovely find.
The
#[divan::bench]
attribute with settings is super nice, as is the module namespacing. Excited to migrate a few projects to this!FWIW, the link to
DistributedSlice
‘s documentation points tolinkme
0.1.0 for some reason, which didn’t have any successful docs build.