summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-08-311-18/+20
|\ \ | |/
| * benchmark: Support passing v8 flags to benchmarksisaacs2013-08-311-18/+20
* | fixes #6031 spelling errorsMatthew Aynalem2013-08-192-2/+2
* | benchmark: update misc to new v8 APITrevor Norris2013-08-011-4/+3
* | bench: fix up benchmarks after internal api changeBen Noordhuis2013-07-203-104/+103
* | benchmark: update callbacks only receive dataTrevor Norris2013-07-083-11/+8
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-05-271-0/+69
|\ \ | |/
| * http: save roundtrips, convert buffers to stringsBen Noordhuis2013-05-231-0/+69
* | Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-05-173-3/+164
|\ \ | |/
| * benchmark: hash streamisaacs2013-05-143-3/+164
* | benchmark: add chunked-encoding benchmarkFedor Indutny2013-04-271-0/+42
|/
* bench: add child process read perf benchmarkBen Noordhuis2013-03-251-0/+28
* bench: compare binaries equal timesTrevor Norris2013-03-201-18/+6
* bench: add dgram send/recv benchmarkBen Noordhuis2013-03-201-0/+61
* http: Don't hot-path end() for large buffersisaacs2013-03-141-0/+59
* bench: Do math on numbers in compare.js, not stringsisaacs2013-03-071-4/+4
* bench: Use environ to run compares more than onceisaacs2013-03-061-38/+63
* bench: Add flag to be silent in runnerisaacs2013-03-051-1/+3
* bench: Make http easier to profileisaacs2013-02-252-4/+3