LACT/lact/benches/bench.rs
Ilya Zlobintsev 8dde4df4d1
perf: disable plot supersampling, add plot render benchmarks (#467)
* dev: add benchmark for drawing plots

* chore: update bench

* perf: disable supersampling
2025-02-10 19:25:15 +02:00

8 lines
127 B
Rust

fn main() {
// Include crates in the binary
let _ = lact_daemon::run;
let _ = lact_gui::run;
divan::main();
}