Skip to content

Commit

Permalink
Add benchmark prototype
Browse files Browse the repository at this point in the history
Build a page with webpack that loads a project and automatically runs
it, collecting performance information for a set amount of time,
stopping and displaying the results.
  • Loading branch information
mzgoddard committed Nov 20, 2017
1 parent 614708d commit 7356546
Show file tree
Hide file tree
Showing 4 changed files with 599 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/benchmark/benchmark.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@media (min-width: 960px) {
.profile-tables {
position: absolute;
top: 0;
left: 520px;
}
}
Loading

0 comments on commit 7356546

Please sign in to comment.