Skip to content

Commit 0dd17c9

Browse files
committed
Explicitly don't use turbo in benches
1 parent 9da1f91 commit 0dd17c9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bench/server.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ const start = {
4545
}).listen(ports.polka).then(() => logStart('polka'))
4646
},
4747
scrud: () => {
48-
const scrudOpts = {port: ports.scrud, noCache: true}
49-
require('turbo-http')
48+
const scrudOpts = {port: ports.scrud, noCache: true, turbo: false}
5049
const scrud = require('scrud')
5150
scrud.register('bench', {read: (req, res) => scrud.sendData(res, toSend)})
5251
scrud.start(scrudOpts).then(() => logStart('scrud'))

0 commit comments

Comments
 (0)