Skip to content

Commit

Permalink
re-enable pagesToBench for stats app
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Arrowood committed May 10, 2024
1 parent 8547d89 commit 88c5980
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions test/.stats-app/stats-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
],
}

0 comments on commit 88c5980

Please sign in to comment.