This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: updated 6.12.1 results from local machine
- Loading branch information
Michael Perrotte
committed
Nov 6, 2019
1 parent
9c193b0
commit 98f427d
Showing
1 changed file
with
40 additions
and
98 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,118 +1,60 @@ | ||
[ | ||
{ | ||
"initial install": { | ||
"angular-quickstart": 1004, | ||
"app-large": 1005, | ||
"app-medium": 1002, | ||
"ember-quickstart": 1005, | ||
"react-app": 1003 | ||
"angular-quickstart": 35599, | ||
"app-large": 46539, | ||
"app-medium": 32573, | ||
"ember-quickstart": 20675, | ||
"react-app": 31276 | ||
}, | ||
"repeat install": { | ||
"angular-quickstart": 1001, | ||
"app-large": 1001, | ||
"app-medium": 1004, | ||
"ember-quickstart": 1001, | ||
"react-app": 1005 | ||
"angular-quickstart": 5485, | ||
"app-large": 5148, | ||
"app-medium": 5118, | ||
"ember-quickstart": 4288, | ||
"react-app": 5132 | ||
}, | ||
"with warm cache": { | ||
"angular-quickstart": 1001, | ||
"app-large": 1001, | ||
"app-medium": 1005, | ||
"ember-quickstart": 1002, | ||
"react-app": 1003 | ||
"angular-quickstart": 22952, | ||
"app-large": 28344, | ||
"app-medium": 21468, | ||
"ember-quickstart": 17333, | ||
"react-app": 21432 | ||
}, | ||
"with node_modules": { | ||
"angular-quickstart": 1005, | ||
"app-large": 1002, | ||
"app-medium": 1001, | ||
"ember-quickstart": 1001, | ||
"react-app": 1001 | ||
"angular-quickstart": 5469, | ||
"app-large": 4413, | ||
"app-medium": 4500, | ||
"ember-quickstart": 4045, | ||
"react-app": 5099 | ||
}, | ||
"with lockfile": { | ||
"angular-quickstart": 1006, | ||
"app-large": 1005, | ||
"app-medium": 1002, | ||
"ember-quickstart": 1005, | ||
"react-app": 1000 | ||
"angular-quickstart": 22024, | ||
"app-large": 19162, | ||
"app-medium": 17644, | ||
"ember-quickstart": 12819, | ||
"react-app": 15733 | ||
}, | ||
"with warm cache and node_modules": { | ||
"angular-quickstart": 1005, | ||
"app-large": 1003, | ||
"app-medium": 1002, | ||
"ember-quickstart": 1001, | ||
"react-app": 1004 | ||
"angular-quickstart": 5132, | ||
"app-large": 4705, | ||
"app-medium": 4295, | ||
"ember-quickstart": 4626, | ||
"react-app": 4968 | ||
}, | ||
"with warm cache and lockfile": { | ||
"angular-quickstart": 1005, | ||
"app-large": 1000, | ||
"app-medium": 1005, | ||
"ember-quickstart": 1000, | ||
"react-app": 1001 | ||
"angular-quickstart": 14464, | ||
"app-large": 15992, | ||
"app-medium": 12704, | ||
"ember-quickstart": 9524, | ||
"react-app": 12502 | ||
}, | ||
"with node_modules and lockfile": { | ||
"angular-quickstart": 1003, | ||
"app-large": 1004, | ||
"app-medium": 1000, | ||
"ember-quickstart": 1000, | ||
"react-app": 1004 | ||
} | ||
}, | ||
{ | ||
"initial install": { | ||
"angular-quickstart": 1002, | ||
"app-large": 1003, | ||
"app-medium": 1000, | ||
"ember-quickstart": 1001, | ||
"react-app": 1002 | ||
}, | ||
"repeat install": { | ||
"angular-quickstart": 1004, | ||
"app-large": 1002, | ||
"app-medium": 1000, | ||
"ember-quickstart": 1003, | ||
"react-app": 1003 | ||
}, | ||
"with warm cache": { | ||
"angular-quickstart": 1003, | ||
"app-large": 1004, | ||
"app-medium": 1005, | ||
"ember-quickstart": 1001, | ||
"react-app": 1005 | ||
}, | ||
"with node_modules": { | ||
"angular-quickstart": 1003, | ||
"app-large": 1005, | ||
"app-medium": 1002, | ||
"ember-quickstart": 1000, | ||
"react-app": 1004 | ||
}, | ||
"with lockfile": { | ||
"angular-quickstart": 1005, | ||
"app-large": 1001, | ||
"app-medium": 1000, | ||
"ember-quickstart": 1004, | ||
"react-app": 1005 | ||
}, | ||
"with warm cache and node_modules": { | ||
"angular-quickstart": 1003, | ||
"app-large": 1005, | ||
"app-medium": 1003, | ||
"ember-quickstart": 1003, | ||
"react-app": 1004 | ||
}, | ||
"with warm cache and lockfile": { | ||
"angular-quickstart": 1003, | ||
"app-large": 1000, | ||
"app-medium": 1003, | ||
"ember-quickstart": 1005, | ||
"react-app": 1003 | ||
}, | ||
"with node_modules and lockfile": { | ||
"angular-quickstart": 1001, | ||
"app-large": 1001, | ||
"app-medium": 1001, | ||
"ember-quickstart": 1002, | ||
"react-app": 1002 | ||
"angular-quickstart": 5552, | ||
"app-large": 4887, | ||
"app-medium": 4703, | ||
"ember-quickstart": 4309, | ||
"react-app": 5131 | ||
} | ||
} | ||
] |