Skip to content

Commit

Permalink
Add raytracer bench
Browse files Browse the repository at this point in the history
  • Loading branch information
hmallen99 committed Oct 11, 2024
1 parent c0956bb commit f6bf9f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/benchmarking/benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import {
} from "./runTest";

const runBenchmarkSuite = async () => {
await benchmarkWithWallClockTime("rayTracerBenchmark", true);

console.log("Running benchmarks with wall clock time");
await benchmarkWithWallClockTime("simpleBenchmark");
await benchmarkWithWallClockTime("bitEcsBenchmark");
Expand Down

0 comments on commit f6bf9f8

Please sign in to comment.