bencher: move html gen into own module

This commit is contained in:
Joakim Frostegård 2024-01-01 15:44:39 +01:00
parent b527af7195
commit 29e243ac81
3 changed files with 93 additions and 88 deletions

View file

@ -1,4 +1,5 @@
pub mod common;
pub mod html;
pub mod protocols;
pub mod run;
pub mod set;