dropbox / pb-jelly

A protobuf code generation framework for the Rust language developed at Dropbox.
Apache License 2.0
611 stars 25 forks source link

Migrate benchmarks to criterion #20

Open ParkMyCar opened 4 years ago

ParkMyCar commented 4 years ago

Given the current benchmark testing feature requires the nightly compiler, we should consider migrating to criterion.

Whoever handles this task should investigate if the unstable test feature is going to be stabilized any time soon (soon is mauybe < 6 months?) and if it isn't, then we should migrate to criterion.