tikv / yatp

Yet another thread pool in rust for both callbacks or futures.
Apache License 2.0
135 stars 32 forks source link

*: adjust benchmark #38

Closed BusyJay closed 4 years ago

BusyJay commented 4 years ago

100 is hard to be distinguished from 1000 when filtering benchmark case, so this PR changes the dataset to be 2 based.

A benchmark to multilevel queue is also added.

BusyJay commented 4 years ago

Thanks for the suggestion. Use simple match is more friendly.