cu-dorabench 0.10.0

This is the matching benchmark for https://github.com/dora-rs/dora-benchmark.
Documentation
1
2
3
4
5
6
7
8
9
mod tasks;
use cu29::prelude::*;
use cu29_export::run_cli;

gen_cumsgs!("copperconfig.ron");

fn main() {
    run_cli::<CuMsgs>().expect("Failed to run the export CLI");
}