From 0b51b2340a701f46b67bbb7470e7624ff9377237 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Mon, 13 Apr 2020 21:00:12 -0500 Subject: [PATCH] Add stats config for load tests (#11868) --- test/.stats-app/stats-config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/.stats-app/stats-config.js b/test/.stats-app/stats-config.js index beb7f4db9c8be..53fd0faa572cb 100644 --- a/test/.stats-app/stats-config.js +++ b/test/.stats-app/stats-config.js @@ -142,6 +142,15 @@ module.exports = { 'http://localhost:$PORT/link', 'http://localhost:$PORT/withRouter', ], + pagesToBench: [ + 'http://localhost:$PORT/', + 'http://localhost:$PORT/error-in-render', + ], + benchOptions: { + reqTimeout: 60, + concurrency: 50, + numRequests: 2500, + }, }, { title: 'Serverless Mode',