Add --bench-script cli arg

This commit is contained in:
Joscha 2023-08-10 16:35:07 +02:00
parent e03617edda
commit f84a5b288e
5 changed files with 42 additions and 23 deletions

View file

@ -2,8 +2,8 @@ mod args;
mod config;
mod runner;
mod server;
mod somehow;
mod shared;
mod somehow;
use std::{io, process};