Remove generation profile tiering; use explicit runs count
This commit is contained in:
@@ -22,5 +22,5 @@ fastify.get('/health', {
|
||||
await fastify.ready()
|
||||
|
||||
// Run contract tests
|
||||
const result = await fastify.apophis.contract({ depth: 'quick' })
|
||||
const result = await fastify.apophis.contract({ runs: 10 })
|
||||
console.log(result.summary)
|
||||
|
||||
Reference in New Issue
Block a user