From 27b931ec4c20b0d6b82d622718f39aee80e6d355 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 21 Dec 2018 08:52:35 +1100 Subject: [PATCH] Updated README Averages of results documented --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b30853d..ad2e5dd 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Used to compare the performance of webpack between two identical projects with t - Run 3: 2870ms - Run 4: 2832ms - Run 5: 2833ms +- **Average**: **2864ms** ## Previously started and stopped webpack-dev-server: webpack-dev-server start up times @@ -16,6 +17,7 @@ Used to compare the performance of webpack between two identical projects with t - Run 3: 2511ms - Run 4: 2403ms - Run 5: 2577ms +- *Average*: *2549.5ms* ## Running webpack-dev-server, component index.js file change: compile time for change @@ -24,3 +26,4 @@ Used to compare the performance of webpack between two identical projects with t - Run 3: 142ms - Run 4: 238ms - Run 5: 183ms +- *Average*: *181ms*