summaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)AuthorFilesLines
2015-06-15doc: benchmark/README.md copyeditRich Trott1-5/+11
2015-05-22buffer: optimize Buffer.byteLengthBrendan Ashworth1-0/+55
2015-05-01node: improve nextTick performanceBrian White2-0/+85
2015-04-09benchmark: don't check wrk in non-http benchmarkJackson Tian1-2/+1
2015-04-04benchmark: add rsa/aes-gcm performance testShigeki Ohtsu3-0/+136
2015-04-04benchmark: add/remove hash algorithmShigeki Ohtsu1-1/+1
2015-04-03benchmark: fix chunky client benchmark executionBrian White2-3/+10
2015-03-25string_decoder: optimize write()Brian White1-0/+60
2015-03-16benchmark: add output format option [csv]Brendan Ashworth1-6/+29
2015-03-16benchmark: add plot_csv R graphing scriptBrendan Ashworth1-0/+38
2015-03-09benchmark: chunky http client benchmark variationRudi Cilibrasi2-0/+149
2015-03-05benchmark: fix `wrk` checkBrian White1-1/+1
2015-03-04benchmark: check for wrk ahead of running benchmarksJohan Bergström2-6/+23
2015-03-04build: remove tools/wrk from the treeJohan Bergström2-7/+2
2015-02-24benchmark: pass execArgv to the benchmarking processPetka Antonov1-0/+1
2015-02-14benchmark: add a few querystring benchmarksBrian White2-0/+78
2015-02-07benchmark: bump eventemitter number of iterationsBen Noordhuis5-5/+5
2015-02-06benchmark: add more EventEmitter benchmarksBrian White5-0/+98
2015-02-04benchmark: allow compare via fine-grained filtersBrian White1-3/+16
2015-02-04benchmark: don't use template stringsEvan Lucas1-1/+1
2015-02-02benchmark: clean up common.jsBrendan Ashworth1-13/+17
2015-01-30benchmark: remove extra spacing in http optionsBrendan Ashworth2-2/+2
2015-01-28doc: add more info to benchmark/README.mdFishrock1231-0/+22
2015-01-28buffer: implement `iterable` interfaceVladimir Kurchatkin1-0/+63
2015-01-21benchmark: print score to five decimal placesYosuke Furukawa1-1/+1
2015-01-18benchmark: fix tcp bench after internal api changeYosuke Furukawa3-10/+21
2015-01-18benchmark: stop v8 benchmark clobbering RegExpBen Noordhuis1-4/+8
2015-01-17benchmark: add filter option for benchmarkYosuke Furukawa1-1/+15
2015-01-14benchmark: fix command name in benchmark scriptsYosuke Furukawa6-11/+11
2015-01-12Remove excessive copyright/license boilerplateisaacs5-106/+0
2014-12-20lib: micro-optimize url.resolve()Ben Noordhuis1-0/+31
2014-12-20benchmark: rename url.parse() benchmarkBen Noordhuis1-0/+0
2014-12-20lib: micro-optimize EventEmitter#removeListener()Ben Noordhuis1-0/+23
2014-12-20benchmark: fix printing of large numbersBen Noordhuis1-1/+1
2014-12-19benchmark: pre-optimize url.parse() before startBen Noordhuis1-0/+9
2014-12-19fs: deprecate exists() and existsSync()cjihrig1-1/+3
2014-12-12domain: forward args to .run(fn)micnic1-0/+43
2014-12-09benchmark: add url benchmarksBen Noordhuis1-0/+27
2014-09-24benchmark: add test for module loaderRobert Kowalski1-0/+72
2014-06-04bench: fix buffers/buffer-base64-encode benchmarkBen Noordhuis1-2/+1
2014-05-28doc: Add a README for benchmark testsRaymond Feng1-0/+115
2014-05-28benchmark: Add a test to measure Buffer.slice perfRaymond Feng1-0/+20
2014-04-28buffer: add compare and equals methodsSean McArthur1-0/+42
2014-04-01buffer: improve {read,write}{U}Int* methodsNick Apperson2-12/+21
2014-02-25benchmark: update to use new wrkTimothy J Fontaine4-5/+4
2014-01-29stream_wrap: use `uv_try_write` where possibleFedor Indutny2-3/+8
2013-12-07benchmark: fixate `ciphers` in tls benchmarksFedor Indutny2-2/+4
2013-11-06benchmark: Correct the bufferSize to highWaterMarkJackson Tian1-1/+1
2013-11-01benchmark: add http chunked encoding benchmarksBen Noordhuis1-1/+2
2013-08-31Merge remote-tracking branch 'ry/v0.10'isaacs1-2/+1