summaryrefslogtreecommitdiff
path: root/benchmark/napi
Commit message (Expand)AuthorAgeFilesLines
* benchmark: add trailing commasAntoine du Hamel2023-01-291-1/+1
* benchmark: fix build warningsGabriel Schulhof2020-11-192-2/+6
* benchmark: ignore build artifacts for napi addonsRichard Lau2020-11-072-0/+2
* benchmark: update function_args addon codeAnna Henningsen2020-08-111-16/+16
* n-api: support type-tagging objectsGabriel Schulhof2020-07-316-0/+154
* n-api: run all finalizers via SetImmediate()Gabriel Schulhof2020-07-231-4/+6
* benchmark: use let instead of varDaniele Belardi2020-02-132-3/+3
* build: build benchmark addons like test addonsRichard Lau2019-10-171-0/+1
* src: render N-API weak callbacks as cleanup hooksGabriel Schulhof2019-10-133-0/+109
* tools: enable block-scoped-var eslint ruleRoman Reiss2019-05-101-1/+2
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-172-2/+2
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* build: use BUILDTYPE in bench-addons-build targetsDaniel Bevenius2018-11-112-4/+4
* test: fix v8 Set/Get compiler warningsDaniel Bevenius2018-11-111-1/+2
* benchmark: remove unused catch bindingscjihrig2018-11-062-4/+4
* test: add test-benchmark-napiEmily Marigold Klassen2018-10-241-2/+4
* benchmark: increase lint complianceRich Trott2018-10-071-4/+2
* src: use String::Utf8Length with isolateMichaël Zasso2018-08-291-1/+1
* src: use String::Write{OneByte,Utf8} with isolateMichaël Zasso2018-08-291-1/+1
* benchmark: add n-api function args benchmarkKenny Yuan2018-07-055-0/+483
* benchmark: create napi benchmark directoryRich Trott2018-06-195-0/+103