Skip to content

Commit 191d31a

Browse files
author
Cache Hamm
committed
update performance tests for ci
1 parent c5fc0a8 commit 191d31a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/performance.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('Performance', () => {
4848
await engine.run()
4949
const result = perfy.end('any')
5050
expect(result.time).to.be.greaterThan(0.02)
51-
expect(result.time).to.be.lessThan(0.35)
51+
expect(result.time).to.be.lessThan(0.5)
5252
})
5353

5454
it('performs "all" quickly', async () => {
@@ -60,6 +60,6 @@ describe('Performance', () => {
6060
await engine.run()
6161
const result = perfy.end('all')
6262
expect(result.time).to.be.greaterThan(0.02) // assert lower value
63-
expect(result.time).to.be.lessThan(0.35)
63+
expect(result.time).to.be.lessThan(0.5)
6464
})
6565
})

0 commit comments

Comments
 (0)