262 Commits (5f54bd2088cf509d2001c0a22810a107c874a7ed)

Author SHA1 Message Date
Rich Trott df283f8a03 benchmark: fix linting issues 9 years ago
Rich Trott c901741c60 benchmark: use strict mode 9 years ago
Rich Trott 4be2065dbc benchmark: refactor to eliminate redeclared vars 9 years ago
Rich Trott 6dc49ae203 tools,benchmark: increase lint compliance 9 years ago
Rich Trott ddac368533 benchmark: fix lint errors 9 years ago
Rich Trott 64d5752711 tools: enable no-self-assign ESLint rule 9 years ago
Rich Trott 03b20a73b9 benchmark: add benchmark for buf.compare() 9 years ago
Anton Khlynovskiy b690916e5a lib: freelist: use .pop() for allocation 9 years ago
Matteo Collina 89aeab901a streams: 5% throughput gain when sending small chunks 9 years ago
Minwoo Jung 2bae6d8caf benchmark: add a constant declaration for `net` 9 years ago
Brian White 76b6a61297 querystring: improve parse() performance 9 years ago
Claudio Rodriguez 901172a783 assert: typed array deepequal performance fix 9 years ago
Jackson Tian 138d004ac0 buffer: faster case for create Buffer from new Buffer(0) 9 years ago
Jackson Tian f4414102ed util: faster arrayToHash 9 years ago
Myles Borins 667f9ab66b meta: remove use of profanity in source 9 years ago
Karl Skomski d99336a391 src: replace naive search in Buffer::IndexOf 9 years ago
Minwoo Jung 7a58157d4e benchmark: update comment in common.js 10 years ago
Dmitry Vasilyev a7bd897273 doc: rename from iojs(1) to node(1) in benchmarks 9 years ago
Michaël Zasso 7ce749d722 src: replace usage of v8::Handle with v8::Local 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 9 years ago
Nathan Woltman 99d9d7e716 benchmark: add remaining path benchmarks & optimize 9 years ago
Ben Noordhuis 8fd3ce100e src: make base64 decoding 50% faster 9 years ago
Nathan Woltman 0d15161c24 benchmark: Add some path benchmarks for #1778 10 years ago
Rich Trott 05a73c0f25 benchmark: make concurrent requests configurable 9 years ago
Rich Trott f52d73352e benchmark: fix typo in README 9 years ago
Ben Noordhuis 8350f3a3a2 buffer: optimize Buffer#toString() 9 years ago
Jeremiah Senkpiel dbd5dc932d doc: clarify prerequisites in benchmark/README.md 9 years ago
Rich Trott 5c2707c1b2 doc: benchmark/README.md copyedit 9 years ago
Brendan Ashworth 9da168b71f buffer: optimize Buffer.byteLength 10 years ago
Brian White c7782c0af8 node: improve nextTick performance 10 years ago
Jackson Tian d2b62a4973 benchmark: don't check wrk in non-http benchmark 10 years ago
Shigeki Ohtsu 3a69b7689b benchmark: add rsa/aes-gcm performance test 10 years ago
Shigeki Ohtsu 1c709f3aa9 benchmark: add/remove hash algorithm 10 years ago
Brian White a081c7c522 benchmark: fix chunky client benchmark execution 10 years ago
Brian White 8a945814dd string_decoder: optimize write() 10 years ago
Brendan Ashworth c638dad567 benchmark: add output format option [csv] 10 years ago
Brendan Ashworth 97d8d4928d benchmark: add plot_csv R graphing script 10 years ago
Rudi Cilibrasi 030a92347d benchmark: chunky http client benchmark variation 10 years ago
Brian White b27931b0fe benchmark: fix `wrk` check 10 years ago
Johan Bergström 2b79052494 benchmark: check for wrk ahead of running benchmarks 10 years ago
Johan Bergström a45d4f8fd6 build: remove tools/wrk from the tree 10 years ago
Petka Antonov 8a1e22af3a benchmark: pass execArgv to the benchmarking process 10 years ago
Brian White 35ed79932c benchmark: add a few querystring benchmarks 10 years ago
Ben Noordhuis 2c3121c606 benchmark: bump eventemitter number of iterations 10 years ago
Brian White 847b9d212a benchmark: add more EventEmitter benchmarks 10 years ago
Brian White e0730eeaa5 benchmark: allow compare via fine-grained filters 10 years ago
Evan Lucas 3e675e44b5 benchmark: don't use template strings 10 years ago
Brendan Ashworth 89dd8e062f benchmark: clean up common.js 10 years ago
Brendan Ashworth 083c421b5c benchmark: remove extra spacing in http options 10 years ago