summaryrefslogtreecommitdiff
path: root/benchmark/misc
AgeCommit message (Expand)Author
2020-12-22errors: eliminate all overhead for hidden callsMomtchil Momtchev
2020-11-04benchmark: add startup benchmark for loading public modulesJoyee Cheung
2020-03-09benchmark: remove special test entriesRuben Bridgewater
2020-03-09benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater
2020-02-10Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen
2020-02-10Revert "benchmark: remove special test entries"Anna Henningsen
2020-02-09benchmark: remove special test entriesRuben Bridgewater
2020-02-09benchmark: add `test` and `all` options and improve errorsRuben Bridgewater
2020-01-28benchmark: use let and const instead of varDaniele Belardi
2020-01-23benchmark: fix getStringWidth() benchmarkRich Trott
2020-01-15benchmark: add default type in getstringwidth.jsRich Trott
2019-09-02lib: add ASCII fast path to getStringWidth()Anna Henningsen
2019-04-28benchmark: add benchmark for node -pJoyee Cheung
2019-04-11lib: faster FreeListAnatoli Papirovski
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