matyama / makespan

Minimum makespan scheduler implemented in Rust
Apache License 2.0
2 stars 0 forks source link

Rework benchmarks #9

Open matyama opened 2 years ago

matyama commented 2 years ago

Benchmarks currently do not compile and use unstable feature(test) macro. Rework them using for instance criterion.