Skip to content

Commit

Permalink
Tweaking numbers to avoid spurious test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyars committed Dec 21, 2018
1 parent 41d1f97 commit 568908a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performanceTest/memoryTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const assert = require('assert'),
port = api.port + 1,
mb = require('../functionalTest/mb').create(port + 1),
numRequests = 15000,
baselineMemory = 3800,
baselineMemory = 3950,
minIncreasedMemory = 150;

const getMemoryUsedForManyRequests = mbPort => {
Expand Down

0 comments on commit 568908a

Please sign in to comment.