summaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)Author
2015-12-02meta: remove use of profanity in sourceMyles Borins
2015-10-07src: replace naive search in Buffer::IndexOfKarl Skomski
2015-09-29benchmark: update comment in common.jsMinwoo Jung
2015-09-15doc: rename from iojs(1) to node(1) in benchmarksDmitry Vasilyev
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-23node: rename from io.js to nodecjihrig
2015-08-20events: deprecate static listenerCount functionSakthipriyan Vairamani
2015-07-26benchmark: add remaining path benchmarks & optimizeNathan Woltman
2015-07-25src: make base64 decoding 50% fasterBen Noordhuis
2015-07-04benchmark: Add some path benchmarks for #1778Nathan Woltman
2015-06-29benchmark: make concurrent requests configurableRich Trott
2015-06-29benchmark: fix typo in READMERich Trott
2015-06-25buffer: optimize Buffer#toString()Ben Noordhuis
2015-06-24doc: clarify prerequisites in benchmark/README.mdJeremiah Senkpiel
2015-06-15doc: benchmark/README.md copyeditRich Trott
2015-05-22buffer: optimize Buffer.byteLengthBrendan Ashworth
2015-05-01node: improve nextTick performanceBrian White
2015-04-09benchmark: don't check wrk in non-http benchmarkJackson Tian
2015-04-04benchmark: add rsa/aes-gcm performance testShigeki Ohtsu
2015-04-04benchmark: add/remove hash algorithmShigeki Ohtsu
2015-04-03benchmark: fix chunky client benchmark executionBrian White
2015-03-25string_decoder: optimize write()Brian White
2015-03-16benchmark: add output format option [csv]Brendan Ashworth
2015-03-16benchmark: add plot_csv R graphing scriptBrendan Ashworth
2015-03-09benchmark: chunky http client benchmark variationRudi Cilibrasi
2015-03-05benchmark: fix `wrk` checkBrian White
2015-03-04benchmark: check for wrk ahead of running benchmarksJohan Bergström
2015-03-04build: remove tools/wrk from the treeJohan Bergström
2015-02-24benchmark: pass execArgv to the benchmarking processPetka Antonov
2015-02-14benchmark: add a few querystring benchmarksBrian White
2015-02-07benchmark: bump eventemitter number of iterationsBen Noordhuis
2015-02-06benchmark: add more EventEmitter benchmarksBrian White
2015-02-04benchmark: allow compare via fine-grained filtersBrian White
2015-02-04benchmark: don't use template stringsEvan Lucas
2015-02-02benchmark: clean up common.jsBrendan Ashworth
2015-01-30benchmark: remove extra spacing in http optionsBrendan Ashworth
2015-01-28doc: add more info to benchmark/README.mdFishrock123
2015-01-28buffer: implement `iterable` interfaceVladimir Kurchatkin
2015-01-21benchmark: print score to five decimal placesYosuke Furukawa
2015-01-18benchmark: fix tcp bench after internal api changeYosuke Furukawa
2015-01-18benchmark: stop v8 benchmark clobbering RegExpBen Noordhuis
2015-01-17benchmark: add filter option for benchmarkYosuke Furukawa
2015-01-14benchmark: fix command name in benchmark scriptsYosuke Furukawa
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-20lib: micro-optimize url.resolve()Ben Noordhuis
2014-12-20benchmark: rename url.parse() benchmarkBen Noordhuis
2014-12-20lib: micro-optimize EventEmitter#removeListener()Ben Noordhuis
2014-12-20benchmark: fix printing of large numbersBen Noordhuis
2014-12-19benchmark: pre-optimize url.parse() before startBen Noordhuis
2014-12-19fs: deprecate exists() and existsSync()cjihrig