summaryrefslogtreecommitdiff
path: root/benchmark/misc
Commit message (Expand)AuthorAgeFilesLines
* worker: remove `--experimental-worker` flagAnna Henningsen2019-01-091-1/+1
* benchmark: support more options in startup benchmarkJoyee Cheung2018-11-091-24/+64
* benchmark: remove unused catch bindingscjihrig2018-11-061-1/+1
* benchmark: add common.binding()cjihrig2018-10-142-5/+3
* async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol2018-10-101-1/+1
* src: remove old process.binding('trace_events').emitJames M Snell2018-08-101-27/+2
* trace_events: move trace_events to internalBindingJames M Snell2018-08-091-15/+17
* trace_events: add support for builtin traceJames M Snell2018-07-221-0/+75
* benchmark: create napi benchmark directoryRich Trott2018-06-195-103/+0
* test: run misc benchmark only once in testsRich Trott2018-06-191-0/+4
* n-api: improve runtime perf of n-api func callKenny Yuan2018-06-073-2/+41
* benchmark: changed millions and thousands to njuggernaut4512018-04-102-12/+11
* test,benchmark,doc: enable dot-notation ruleRuben Bridgewater2018-02-161-0/+2
* benchmark: refactorRuben Bridgewater2018-02-014-9/+5
* benchmark: (misc) use destructuringRuben Bridgewater2018-01-236-21/+15
* benchmark: refactor console benchmarkRuben Bridgewater2017-12-202-126/+59
* benchmark: fix punycode test for --without-intlTimothy Gu2017-10-201-4/+10
* build: lint benchmark addonBen Noordhuis2017-10-151-6/+3
* build: use local node-gyp for benchmark addonBen Noordhuis2017-10-151-2/+0
* test: reduce run time for misc benchmark testsRich Trott2017-10-123-0/+6
* benchmark: remove misc/v8-bench.jsJoyee Cheung2017-10-111-56/+0
* benchmark: var to constRuben Bridgewater2017-09-196-26/+26
* test,doc: make module name match gyp target nameGabriel Schulhof2017-09-101-1/+1
* benchmark: Correct constructor for freelistGareth Ellis2017-08-101-1/+1
* addons: remove semicolons from after module definitionGabriel Schulhof2017-05-151-1/+1
* benchmark: reduce string concatenationsVse Mozhet Byt2017-04-202-8/+8
* benchmark: fix punycode and get-ciphers benchmarkBartosz Sosnowski2017-03-091-1/+1
* benchmark: remove forced optimization from miscBartosz Sosnowski2017-03-063-23/+2
* benchmark: move setImmediate benchmarks to timersJoshua Colvin2017-01-304-118/+0
* benchmark: add benchmark for object propertiesMichaël Zasso2017-01-271-0/+81
* benchmark: move punycode benchmark out of netBrian White2017-01-051-0/+75
* benchmark: allow benchmarks to specify flagsJoyee Cheung2017-01-041-3/+2
* benchmark: reformat code for clarityRich Trott2016-11-271-4/+8
* benchmark: make v8-bench.js output consistentBartosz Sosnowski2016-09-261-4/+9
* benchmark: add --expose_internals switchBartosz Sosnowski2016-09-261-1/+4
* benchmark: remove broken string-creation.jsAndreas Madsen2016-07-261-17/+0
* benchmark: refactor to use process.sendAndreas Madsen2016-07-261-13/+41
* benchmark: `util._extend` vs `object.assign`surya panikkal2016-06-271-0/+40
* benchmarks: fix lint errorMyles Borins2016-04-201-1/+1
* console: refactor to use rest params and template stringsJames M Snell2016-04-201-0/+133
* timers: improve setImmediate() performanceBrian White2016-03-184-0/+118
* benchmark: fix lint errorsRich Trott2016-03-032-2/+2
* lib: freelist: use .pop() for allocationAnton Khlynovskiy2016-03-021-0/+38
* tools,benchmark: increase lint complianceRich Trott2016-02-273-7/+3
* benchmark: move misc to categorized directoriesAndreas Madsen2016-02-2613-458/+0
* benchmark: use strict modeRich Trott2016-02-2213-3/+16
* node: improve accessor perf of process.envTrevor Norris2015-12-171-0/+18
* node: improve performance of hrtime()Trevor Norris2015-12-171-0/+18
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-1/+1
* node: improve nextTick performanceBrian White2015-05-012-0/+85