nikomatsakis / rust-runtime-benchmarks

Some benchmarks for testing rustc performance.
8 stars 2 forks source link

Is micro benchmarks needed? #11

Open KeenS opened 6 years ago

KeenS commented 6 years ago

Apparently this repository contains only crate sized benchmarks. However I have some micro codes which I want to get faster (e.g. like this https://gist.github.com/KeenS/96d69c44e4179fc2b34e257e3798761e)

Is micro benchmarks acceptable if I submit some codes?