-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add create10k and hydrate1k benchmark * Track all run timings in replace1k * Setup infra to customize measures per benchmark * Update tachometer and v8-deopt-viewer Co-authored-by: Marvin Hagemeister <hello@marvinh.dev>
- Loading branch information
1 parent
5ac1684
commit 1a0837f
Showing
15 changed files
with
659 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
* Add `preact-release` proxy | ||
- to capture slowdowns overtime | ||
* Report `initial-run` metric to PR | ||
- to capture unoptimized runtime which would be an important metric to understand perf characteristic before optimizations kick in | ||
* Add warmup reporting to all benchmarks | ||
* Add UIBench | ||
* Add bench mimicking speedometer | ||
* Add a realworld-like bench? | ||
* Add a specialized bench that hits certain code paths other's miss (e.g. style attribute handling?) | ||
* Add analyze script and PR to add --trace to tachometer |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.