summaryrefslogtreecommitdiff
path: root/benchmark/misc
AgeCommit message (Expand)Author
2019-02-06benchmark: refactor for consistent styleRich Trott
2019-01-09worker: remove `--experimental-worker` flagAnna Henningsen
2018-11-09benchmark: support more options in startup benchmarkJoyee Cheung
2018-11-06benchmark: remove unused catch bindingscjihrig
2018-10-14benchmark: add common.binding()cjihrig
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-08-10src: remove old process.binding('trace_events').emitJames M Snell
2018-08-09trace_events: move trace_events to internalBindingJames M Snell
2018-07-22trace_events: add support for builtin traceJames M Snell
2018-06-19benchmark: create napi benchmark directoryRich Trott
2018-06-19test: run misc benchmark only once in testsRich Trott
2018-06-07n-api: improve runtime perf of n-api func callKenny Yuan
2018-04-10benchmark: changed millions and thousands to njuggernaut451
2018-02-16test,benchmark,doc: enable dot-notation ruleRuben Bridgewater
2018-02-01benchmark: refactorRuben Bridgewater
2018-01-23benchmark: (misc) use destructuringRuben Bridgewater
2017-12-20benchmark: refactor console benchmarkRuben Bridgewater
2017-10-20benchmark: fix punycode test for --without-intlTimothy Gu
2017-10-15build: lint benchmark addonBen Noordhuis
2017-10-15build: use local node-gyp for benchmark addonBen Noordhuis
2017-10-12test: reduce run time for misc benchmark testsRich Trott
2017-10-11benchmark: remove misc/v8-bench.jsJoyee Cheung
2017-09-19benchmark: var to constRuben Bridgewater
2017-09-10test,doc: make module name match gyp target nameGabriel Schulhof
2017-08-10benchmark: Correct constructor for freelistGareth Ellis
2017-05-15addons: remove semicolons from after module definitionGabriel Schulhof
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-03-09benchmark: fix punycode and get-ciphers benchmarkBartosz Sosnowski
2017-03-06benchmark: remove forced optimization from miscBartosz Sosnowski
2017-01-30benchmark: move setImmediate benchmarks to timersJoshua Colvin
2017-01-27benchmark: add benchmark for object propertiesMichaël Zasso
2017-01-05benchmark: move punycode benchmark out of netBrian White
2017-01-04benchmark: allow benchmarks to specify flagsJoyee Cheung
2016-11-27benchmark: reformat code for clarityRich Trott
2016-09-26benchmark: make v8-bench.js output consistentBartosz Sosnowski
2016-09-26benchmark: add --expose_internals switchBartosz Sosnowski
2016-07-26benchmark: remove broken string-creation.jsAndreas Madsen
2016-07-26benchmark: refactor to use process.sendAndreas Madsen
2016-06-27benchmark: `util._extend` vs `object.assign`surya panikkal
2016-04-20benchmarks: fix lint errorMyles Borins
2016-04-20console: refactor to use rest params and template stringsJames M Snell
2016-03-18timers: improve setImmediate() performanceBrian White
2016-03-03benchmark: fix lint errorsRich Trott
2016-03-02lib: freelist: use .pop() for allocationAnton Khlynovskiy
2016-02-27tools,benchmark: increase lint complianceRich Trott
2016-02-26benchmark: move misc to categorized directoriesAndreas Madsen
2016-02-22benchmark: use strict modeRich Trott
2015-12-17node: improve accessor perf of process.envTrevor Norris
2015-12-17node: improve performance of hrtime()Trevor Norris
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso