summaryrefslogtreecommitdiff
path: root/benchmark/misc
AgeCommit message (Expand)Author
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
2015-05-01node: improve nextTick performanceBrian White
2015-03-25string_decoder: optimize write()Brian White
2015-01-18benchmark: stop v8 benchmark clobbering RegExpBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-19fs: deprecate exists() and existsSync()cjihrig
2014-12-12domain: forward args to .run(fn)micnic
2014-09-24benchmark: add test for module loaderRobert Kowalski
2013-08-01benchmark: update misc to new v8 APITrevor Norris
2013-03-25bench: add child process read perf benchmarkBen Noordhuis
2013-02-19bench: Simplify duration arguments to benchmarksisaacs
2013-02-19bench: Consistency in benchmark filenamesisaacs
2013-02-19bench: Fail gracefully if function_call binding failsisaacs
2013-02-19bench: Move v8_bench into miscisaacs
2013-02-19bench: Move string_creation into miscisaacs
2013-02-19bench: Move timers to misc/timersisaacs
2013-02-19bench: move next-tick to misc/next-tick-breadthisaacs
2013-02-19bench: Move nexttick-2 to misc/next-tick-depthisaacs