Skip to content

Commit

Permalink
Add stats config for load tests (#11868)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored Apr 14, 2020
1 parent 2b1f959 commit 0b51b23
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/.stats-app/stats-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0b51b23

Please sign in to comment.