Skip to content

Commit

Permalink
Add benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
hmallen99 committed Oct 2, 2024
1 parent 234edb1 commit 1cd3375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/benchmarking/benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const runBenchmarkSuite = async () => {

console.log("Running graphics benchmarks");
await benchmarkWithWallClockTime("triangleWebGpuBenchmark");
await benchmarkWithWallClockTime("triangleFxaaBenchmark");
};

runBenchmarkSuite();

0 comments on commit 1cd3375

Please sign in to comment.