From a211b6250e6b01255af3cf1e9ae6bca1685af221 Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Wed, 8 May 2024 16:41:45 -0600 Subject: [PATCH] re-enable pagesToBench for stats app --- test/.stats-app/stats-config.js | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/test/.stats-app/stats-config.js b/test/.stats-app/stats-config.js index 6e280627bfb7fd..7b7b71d9a545c5 100644 --- a/test/.stats-app/stats-config.js +++ b/test/.stats-app/stats-config.js @@ -153,16 +153,15 @@ module.exports = { 'http://localhost:$PORT/link', 'http://localhost:$PORT/withRouter', ], - // TODO: investigate replacing "ab" for this - // pagesToBench: [ - // 'http://localhost:$PORT/', - // 'http://localhost:$PORT/error-in-render', - // ], - // benchOptions: { - // reqTimeout: 60, - // concurrency: 50, - // numRequests: 2500, - // }, + pagesToBench: [ + 'http://localhost:$PORT/', + 'http://localhost:$PORT/error-in-render', + ], + benchOptions: { + reqTimeout: 60, + concurrency: 50, + numRequests: 2500, + }, }, ], }