We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fc0a8 commit 191d31aCopy full SHA for 191d31a
test/performance.test.js
@@ -48,7 +48,7 @@ describe('Performance', () => {
48
await engine.run()
49
const result = perfy.end('any')
50
expect(result.time).to.be.greaterThan(0.02)
51
- expect(result.time).to.be.lessThan(0.35)
+ expect(result.time).to.be.lessThan(0.5)
52
})
53
54
it('performs "all" quickly', async () => {
@@ -60,6 +60,6 @@ describe('Performance', () => {
60
61
const result = perfy.end('all')
62
expect(result.time).to.be.greaterThan(0.02) // assert lower value
63
64
65
0 commit comments