We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da1f91 commit 0dd17c9Copy full SHA for 0dd17c9
1 file changed
bench/server.js
@@ -45,8 +45,7 @@ const start = {
45
}).listen(ports.polka).then(() => logStart('polka'))
46
},
47
scrud: () => {
48
- const scrudOpts = {port: ports.scrud, noCache: true}
49
- require('turbo-http')
+ const scrudOpts = {port: ports.scrud, noCache: true, turbo: false}
50
const scrud = require('scrud')
51
scrud.register('bench', {read: (req, res) => scrud.sendData(res, toSend)})
52
scrud.start(scrudOpts).then(() => logStart('scrud'))
0 commit comments