mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
Removed bufferSize from static benchmarks
This commit is contained in:
parent
66c6152cd2
commit
8d52721873
|
|
@ -9,7 +9,7 @@ configure(function(){
|
|||
})
|
||||
|
||||
get('/', function(){
|
||||
this.sendfile('benchmarks/shared/jquery.js', { bufferSize: 8 * 1024 })
|
||||
this.sendfile('benchmarks/shared/jquery.js')
|
||||
})
|
||||
|
||||
run()
|
||||
|
|
@ -9,7 +9,7 @@ configure(function(){
|
|||
})
|
||||
|
||||
get('/', function(){
|
||||
this.sendfile('benchmarks/shared/huge.js', { bufferSize: 8 * 1024 })
|
||||
this.sendfile('benchmarks/shared/huge.js')
|
||||
})
|
||||
|
||||
run()
|
||||
Loading…
Reference in New Issue
Block a user