feat(benchmarks): added memory and timing benchmarks

This commit is contained in:
2026-04-15 08:23:34 -04:00
parent ec93720fa0
commit f4d988fa25
10 changed files with 348 additions and 250 deletions

View File

@@ -98,7 +98,7 @@ int main() {
metadata["Compiler"] = "Unknown";
#endif
metadata["Threads"] = omp_get_max_threads();
// metadata["Threads"] = omp_get_max_threads();
metadata["Runs"] = runs;
metadata["Temperature"] = temp;
metadata["Density"] = rho;