mobench 0.1.33

Rust mobile benchmark CLI with CI contract outputs and BrowserStack automation
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(err) = mobench::run() {
        eprintln!("{err:#}");
        std::process::exit(1);
    }
}