File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
const common = require ( '../common.js' ) ;
4
+ // TODO: benchmark has access to internal modules?
4
5
const _checkInvalidHeaderChar = require ( '_http_common' ) . _checkInvalidHeaderChar ;
5
6
6
7
const groupedInputs = {
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
const common = require ( '../common.js' ) ;
4
+ // TODO: benchmark has access to internal modules?
4
5
const _checkIsHttpToken = require ( '_http_common' ) . _checkIsHttpToken ;
5
6
6
7
const bench = common . createBenchmark ( main , {
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
const common = require ( '../common.js' ) ;
4
- const { OutgoingMessage } = require ( '_http_outgoing ' ) ;
4
+ const { OutgoingMessage } = require ( 'http ' ) ;
5
5
6
6
const bench = common . createBenchmark ( main , {
7
7
value : [
You can’t perform that action at this time.
0 commit comments