Skip to content

Commit

Permalink
whitespce
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Oct 13, 2023
1 parent 067ad3b commit c60bce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bench-turborepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:

- name: Clone Fixture
run: cd benchmark && node -r esbuild-register src/setup-ttft.ts

- name: Run benchmarks
run: pnpm -F benchmark ttft

Expand Down
2 changes: 2 additions & 0 deletions benchmark/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ const benchmark = new Benchmarks(
commitTimestamp,
platform
);

benchmark.run("Clean Build", cleanBuild);
benchmark.run("Cached Build - No Change", cachedBuild);
benchmark.run("Cached Build - Code Change", cachedBuildWithDelta);
benchmark.run(
"Cached Build - Dependency Change",
cachedBuildWithDependencyChange
);

benchmark.flush();

0 comments on commit c60bce6

Please sign in to comment.