Speedometer 3 is a benchmark for web browsers that measures Web application responsiveness by timing simulated user interactions on various workloads.
-It's developed as an open source project, with decisions being made under a multistakeholder governance model between the three widely distributed web browser engine projects. +
+ It's developed as an open source project, with decisions being made under a multistakeholder governance model between the three widely distributed + web browser engine projects. +
The following high level user journeys are implemented in the current version. Each of these journeys has one or more workloads which test important aspects of it - for example commonly used patterns, frameworks, or technologies. diff --git a/resources/todomvc/architecture-examples/angular/angular.json b/resources/todomvc/architecture-examples/angular/angular.json index 27029aafb..83273630c 100644 --- a/resources/todomvc/architecture-examples/angular/angular.json +++ b/resources/todomvc/architecture-examples/angular/angular.json @@ -94,6 +94,6 @@ } }, "cli": { - "analytics": false + "analytics": false } }