add benchmarks

This commit is contained in:
2025-03-28 19:37:43 -04:00
parent 47e09571fc
commit 00e91a709f
4 changed files with 393 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
mod agent;
pub mod agent;
mod blur;
mod buffer;
mod grid;
pub mod grid;
pub mod imgdata; // for storing image data
pub mod model;
mod palette;