test: add test-npm-install to parallel tests suite
[platform/upstream/nodejs.git] / benchmark /
2016-03-30 Jackson Tianlib: simplify code with String.prototype.repeat()
2016-03-21 Rich Trottbenchmark: fix linting issues
2016-03-21 Rich Trottbenchmark: use strict mode
2016-03-21 Rich Trottbenchmark: refactor to eliminate redeclared vars
2016-03-21 Rich Trotttools,benchmark: increase lint compliance
2016-03-21 Rich Trottbenchmark: fix lint errors
2016-03-21 Rich Trotttools: enable no-self-assign ESLint rule
2016-03-21 Rich Trottbenchmark: add benchmark for buf.compare()
2016-03-21 Anton Khlynovskiylib: freelist: use .pop() for allocation
2016-03-02 Matteo Collinastreams: 5% throughput gain when sending small chunks
2016-03-02 Minwoo Jungbenchmark: add a constant declaration for `net`
2016-03-02 Brian Whitequerystring: improve parse() performance
2016-01-19 Claudio Rodriguezassert: typed array deepequal performance fix
2016-01-19 Jackson Tianbuffer: faster case for create Buffer from new Buffer(0)
2016-01-19 Jackson Tianutil: faster arrayToHash
2015-12-23 Myles Borinsmeta: remove use of profanity in source
2015-10-08 Karl Skomskisrc: replace naive search in Buffer::IndexOf
2015-09-30 Minwoo Jungbenchmark: update comment in common.js
2015-09-15 Dmitry Vasilyevdoc: rename from iojs(1) to node(1) in benchmarks
2015-09-06 Michaël Zassosrc: replace usage of v8::Handle with v8::Local
2015-08-23 cjihrignode: rename from io.js to node
2015-08-19 Sakthipriyan Vairamanievents: deprecate static listenerCount function
2015-07-27 Nathan Woltmanbenchmark: add remaining path benchmarks & optimize
2015-07-25 Ben Noordhuissrc: make base64 decoding 50% faster
2015-07-04 Nathan Woltmanbenchmark: Add some path benchmarks for #1778
2015-06-30 Rich Trottbenchmark: make concurrent requests configurable
2015-06-29 Rich Trottbenchmark: fix typo in README
2015-06-25 Ben Noordhuisbuffer: optimize Buffer#toString()
2015-06-24 Jeremiah Senkpieldoc: clarify prerequisites in benchmark/README.md
2015-06-15 Rich Trottdoc: benchmark/README.md copyedit
2015-05-22 Brendan Ashworthbuffer: optimize Buffer.byteLength
2015-05-02 Brian Whitenode: improve nextTick performance
2015-04-09 Jackson Tianbenchmark: don't check wrk in non-http benchmark
2015-04-04 Shigeki Ohtsubenchmark: add rsa/aes-gcm performance test
2015-04-04 Shigeki Ohtsubenchmark: add/remove hash algorithm
2015-04-03 Brian Whitebenchmark: fix chunky client benchmark execution
2015-03-25 Brian Whitestring_decoder: optimize write()
2015-03-17 Brendan Ashworthbenchmark: add output format option [csv]
2015-03-17 Brendan Ashworthbenchmark: add plot_csv R graphing script
2015-03-09 Rudi Cilibrasibenchmark: chunky http client benchmark variation
2015-03-05 Brian Whitebenchmark: fix `wrk` check
2015-03-05 Johan Bergströmbenchmark: check for wrk ahead of running benchmarks
2015-03-05 Johan Bergströmbuild: remove tools/wrk from the tree
2015-02-24 Petka Antonovbenchmark: pass execArgv to the benchmarking process
2015-02-15 Brian Whitebenchmark: add a few querystring benchmarks
2015-02-06 Ben Noordhuisbenchmark: bump eventemitter number of iterations
2015-02-06 Brian Whitebenchmark: add more EventEmitter benchmarks
2015-02-04 Brian Whitebenchmark: allow compare via fine-grained filters
2015-02-04 Evan Lucasbenchmark: don't use template strings
2015-02-02 Brendan Ashworthbenchmark: clean up common.js
2015-01-30 Brendan Ashworthbenchmark: remove extra spacing in http options
2015-01-28 Fishrock123doc: add more info to benchmark/README.md
2015-01-28 Vladimir Kurchatkinbuffer: implement `iterable` interface
2015-01-21 Yosuke Furukawabenchmark: print score to five decimal places
2015-01-18 Yosuke Furukawabenchmark: fix tcp bench after internal api change
2015-01-18 Ben Noordhuisbenchmark: stop v8 benchmark clobbering RegExp
2015-01-17 Yosuke Furukawabenchmark: add filter option for benchmark
2015-01-14 Yosuke Furukawabenchmark: fix command name in benchmark scripts
2015-01-12 isaacsRemove excessive copyright/license boilerplate
2015-01-05 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v1.x
2014-12-20 Ben Noordhuislib: micro-optimize url.resolve()
2014-12-20 Ben Noordhuisbenchmark: rename url.parse() benchmark
2014-12-20 Ben Noordhuislib: micro-optimize EventEmitter#removeListener()
2014-12-20 Ben Noordhuisbenchmark: fix printing of large numbers
2014-12-19 Ben Noordhuisbenchmark: pre-optimize url.parse() before start
2014-12-19 cjihrigfs: deprecate exists() and existsSync()
2014-12-12 micnicdomain: forward args to .run(fn)
2014-12-09 Ben Noordhuisbenchmark: add url benchmarks
2014-09-24 Robert Kowalskibenchmark: add test for module loader
2014-09-17 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-08-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-07-29 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10' into master
2014-06-23 Nick Appersonbuffer: improve {read,write}{U}Int* methods
2014-06-17 Timothy J FontaineMerge remote-tracking branch 'upstream-rw/v0.10'
2014-06-11 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-05 Fedor IndutnyMerge branch 'v0.10'
2014-06-04 Ben Noordhuisbench: fix buffers/buffer-base64-encode benchmark
2014-05-28 Raymond Fengdoc: Add a README for benchmark tests
2014-05-28 Raymond Fengbenchmark: Add a test to measure Buffer.slice perf
2014-05-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into... v0.11.13
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-04-29 Sean McArthurbuffer: add compare and equals methods
2014-04-08 Fedor IndutnyMerge branch 'v0.10'
2014-04-02 Nick Appersonbuffer: improve {read,write}{U}Int* methods
2014-03-26 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-02-25 Timothy J Fontainebenchmark: update to use new wrk
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-09 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-28 Fedor Indutnystream_wrap: use `uv_try_write` where possible
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-15 Trevor NorrisMerge remote-tracking branch 'origin/v0.10'
next