Removed bufferSize from static benchmarks

This commit is contained in:
visionmedia 2010-06-10 11:09:26 -07:00
parent 66c6152cd2
commit 8d52721873
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ configure(function(){
})
get('/', function(){
this.sendfile('benchmarks/shared/jquery.js', { bufferSize: 8 * 1024 })
this.sendfile('benchmarks/shared/jquery.js')
})
run()

View File

@ -9,7 +9,7 @@ configure(function(){
})
get('/', function(){
this.sendfile('benchmarks/shared/huge.js', { bufferSize: 8 * 1024 })
this.sendfile('benchmarks/shared/huge.js')
})
run()