summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* buffer: optimize Buffer.byteLengthBrendan Ashworth2015-05-221-0/+55
* node: improve nextTick performanceBrian White2015-05-012-0/+85
* benchmark: don't check wrk in non-http benchmarkJackson Tian2015-04-091-2/+1
* benchmark: add rsa/aes-gcm performance testShigeki Ohtsu2015-04-043-0/+136
* benchmark: add/remove hash algorithmShigeki Ohtsu2015-04-041-1/+1
* benchmark: fix chunky client benchmark executionBrian White2015-04-032-3/+10
* string_decoder: optimize write()Brian White2015-03-251-0/+60
* benchmark: add output format option [csv]Brendan Ashworth2015-03-161-6/+29
* benchmark: add plot_csv R graphing scriptBrendan Ashworth2015-03-161-0/+38
* benchmark: chunky http client benchmark variationRudi Cilibrasi2015-03-092-0/+149
* benchmark: fix `wrk` checkBrian White2015-03-051-1/+1
* benchmark: check for wrk ahead of running benchmarksJohan Bergström2015-03-042-6/+23
* build: remove tools/wrk from the treeJohan Bergström2015-03-042-7/+2
* benchmark: pass execArgv to the benchmarking processPetka Antonov2015-02-241-0/+1
* benchmark: add a few querystring benchmarksBrian White2015-02-142-0/+78
* benchmark: bump eventemitter number of iterationsBen Noordhuis2015-02-075-5/+5
* benchmark: add more EventEmitter benchmarksBrian White2015-02-065-0/+98
* benchmark: allow compare via fine-grained filtersBrian White2015-02-041-3/+16
* benchmark: don't use template stringsEvan Lucas2015-02-041-1/+1
* benchmark: clean up common.jsBrendan Ashworth2015-02-021-13/+17
* benchmark: remove extra spacing in http optionsBrendan Ashworth2015-01-302-2/+2
* doc: add more info to benchmark/README.mdFishrock1232015-01-281-0/+22
* buffer: implement `iterable` interfaceVladimir Kurchatkin2015-01-281-0/+63
* benchmark: print score to five decimal placesYosuke Furukawa2015-01-211-1/+1
* benchmark: fix tcp bench after internal api changeYosuke Furukawa2015-01-183-10/+21
* benchmark: stop v8 benchmark clobbering RegExpBen Noordhuis2015-01-181-4/+8
* benchmark: add filter option for benchmarkYosuke Furukawa2015-01-171-1/+15
* benchmark: fix command name in benchmark scriptsYosuke Furukawa2015-01-146-11/+11
* Remove excessive copyright/license boilerplateisaacs2015-01-125-106/+0
* lib: micro-optimize url.resolve()Ben Noordhuis2014-12-201-0/+31
* benchmark: rename url.parse() benchmarkBen Noordhuis2014-12-201-0/+0
* lib: micro-optimize EventEmitter#removeListener()Ben Noordhuis2014-12-201-0/+23
* benchmark: fix printing of large numbersBen Noordhuis2014-12-201-1/+1
* benchmark: pre-optimize url.parse() before startBen Noordhuis2014-12-191-0/+9
* fs: deprecate exists() and existsSync()cjihrig2014-12-191-1/+3
* domain: forward args to .run(fn)micnic2014-12-121-0/+43
* benchmark: add url benchmarksBen Noordhuis2014-12-091-0/+27
* benchmark: add test for module loaderRobert Kowalski2014-09-241-0/+72
* bench: fix buffers/buffer-base64-encode benchmarkBen Noordhuis2014-06-041-2/+1
* doc: Add a README for benchmark testsRaymond Feng2014-05-281-0/+115
* benchmark: Add a test to measure Buffer.slice perfRaymond Feng2014-05-281-0/+20
* buffer: add compare and equals methodsSean McArthur2014-04-281-0/+42
* buffer: improve {read,write}{U}Int* methodsNick Apperson2014-04-012-12/+21
* benchmark: update to use new wrkTimothy J Fontaine2014-02-254-5/+4
* stream_wrap: use `uv_try_write` where possibleFedor Indutny2014-01-292-3/+8
* benchmark: fixate `ciphers` in tls benchmarksFedor Indutny2013-12-072-2/+4
* benchmark: Correct the bufferSize to highWaterMarkJackson Tian2013-11-061-1/+1
* benchmark: add http chunked encoding benchmarksBen Noordhuis2013-11-011-1/+2
* Merge remote-tracking branch 'ry/v0.10'isaacs2013-08-311-2/+1
|\
| * benchmark: Fix execArgv handlingisaacs2013-08-311-2/+1