summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* assert: typed array deepequal performance fixClaudio Rodriguez2015-12-213-0/+89
* node: improve accessor perf of process.envTrevor Norris2015-12-171-0/+18
* node: improve performance of hrtime()Trevor Norris2015-12-171-0/+18
* fs: use pushValueToArray for readdir(Sync)Trevor Norris2015-12-172-0/+41
* http_parser: use pushValueToArray for headersTrevor Norris2015-12-171-0/+55
* meta: remove use of profanity in sourceMyles Borins2015-12-021-1/+1
* src: replace naive search in Buffer::IndexOfKarl Skomski2015-10-072-0/+3903
* benchmark: update comment in common.jsMinwoo Jung2015-09-291-1/+1
* doc: rename from iojs(1) to node(1) in benchmarksDmitry Vasilyev2015-09-151-6/+6
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-1/+1
* node: rename from io.js to nodecjihrig2015-08-237-19/+19
* events: deprecate static listenerCount functionSakthipriyan Vairamani2015-08-201-2/+1
* benchmark: add remaining path benchmarks & optimizeNathan Woltman2015-07-2610-0/+147
* src: make base64 decoding 50% fasterBen Noordhuis2015-07-251-0/+15
* benchmark: Add some path benchmarks for #1778Nathan Woltman2015-07-046-0/+138
* benchmark: make concurrent requests configurableRich Trott2015-06-291-10/+23
* benchmark: fix typo in READMERich Trott2015-06-291-1/+1
* buffer: optimize Buffer#toString()Ben Noordhuis2015-06-251-0/+26
* doc: clarify prerequisites in benchmark/README.mdJeremiah Senkpiel2015-06-241-2/+6
* doc: benchmark/README.md copyeditRich Trott2015-06-151-5/+11
* 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