bench-runner 0.1.0

Lightweight benchmarking harness for mobile devices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bench-runner"
version.workspace = true
edition.workspace = true
license.workspace = true
authors = ["Dominik Clemente - dcbuilder.eth <dc@world.org>"]
description = "Lightweight benchmarking harness for mobile devices"
repository = "https://github.com/dcbuild3r/mobile-bench-rs"
keywords = ["benchmark", "mobile", "timing", "profiling"]

[dependencies]
serde.workspace = true
thiserror.workspace = true