Run All #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Auto Generated YAML please don't change | |
name: 'Run All' | |
on: | |
workflow_dispatch: | |
inputs: | |
node-versions: | |
required: true | |
type: string | |
default: '["16.0.0", "16.18.1", "16.19.0", "16.20.2", "18.0.0", "18.16.1", "18.17.1", "18.18.0", "20.0.0", "20.6.0", "20.7.0", "20.8.0", "21.0.0", "21.6.0", "21.7.1"]' | |
description: 'The Node.js Versions (should be a JSON array)' | |
permissions: | |
contents: write | |
issues: write | |
jobs: | |
add-property: | |
name: Running "add-property.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: add-property.js | |
node-versions: ${{ inputs.node-versions }} | |
array-append: | |
needs: add-property | |
name: Running "array-append.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: array-append.js | |
node-versions: ${{ inputs.node-versions }} | |
array-creation: | |
needs: array-append | |
name: Running "array-creation.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: array-creation.js | |
node-versions: ${{ inputs.node-versions }} | |
async-function-vs-function: | |
needs: array-creation | |
name: Running "async-function-vs-function.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: async-function-vs-function.js | |
node-versions: ${{ inputs.node-versions }} | |
blob: | |
needs: async-function-vs-function | |
name: Running "blob.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: blob.js | |
node-versions: ${{ inputs.node-versions }} | |
compare-using-instanceof: | |
needs: blob | |
name: Running "compare-using-instanceof.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: compare-using-instanceof.js | |
node-versions: ${{ inputs.node-versions }} | |
crypto-verify: | |
needs: compare-using-instanceof | |
name: Running "crypto-verify.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: crypto-verify.js | |
node-versions: ${{ inputs.node-versions }} | |
date-format-iso: | |
needs: crypto-verify | |
name: Running "date-format-iso.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: date-format-iso.js | |
node-versions: ${{ inputs.node-versions }} | |
date-format: | |
needs: date-format-iso | |
name: Running "date-format.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: date-format.js | |
node-versions: ${{ inputs.node-versions }} | |
date-string-coersion: | |
needs: date-format | |
name: Running "date-string-coersion.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: date-string-coersion.js | |
node-versions: ${{ inputs.node-versions }} | |
deleting-properties: | |
needs: date-string-coersion | |
name: Running "deleting-properties.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: deleting-properties.js | |
node-versions: ${{ inputs.node-versions }} | |
error: | |
needs: deleting-properties | |
name: Running "error.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: error.js | |
node-versions: ${{ inputs.node-versions }} | |
function-return: | |
needs: error | |
name: Running "function-return.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: function-return.js | |
node-versions: ${{ inputs.node-versions }} | |
includes-vs-raw-comparison: | |
needs: function-return | |
name: Running "includes-vs-raw-comparison.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: includes-vs-raw-comparison.js | |
node-versions: ${{ inputs.node-versions }} | |
keys-vs-getownpropertynames: | |
needs: includes-vs-raw-comparison | |
name: Running "keys-vs-getownpropertynames.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: keys-vs-getownpropertynames.js | |
node-versions: ${{ inputs.node-versions }} | |
last-array-item: | |
needs: keys-vs-getownpropertynames | |
name: Running "last-array-item.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: last-array-item.js | |
node-versions: ${{ inputs.node-versions }} | |
object-creation: | |
needs: last-array-item | |
name: Running "object-creation.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: object-creation.js | |
node-versions: ${{ inputs.node-versions }} | |
optional-chain-vs-and-operator: | |
needs: object-creation | |
name: Running "optional-chain-vs-and-operator.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: optional-chain-vs-and-operator.js | |
node-versions: ${{ inputs.node-versions }} | |
parse-int: | |
needs: optional-chain-vs-and-operator | |
name: Running "parse-int.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: parse-int.js | |
node-versions: ${{ inputs.node-versions }} | |
possible-undefined-function: | |
needs: parse-int | |
name: Running "possible-undefined-function.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: possible-undefined-function.js | |
node-versions: ${{ inputs.node-versions }} | |
private-property: | |
needs: possible-undefined-function | |
name: Running "private-property.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: private-property.js | |
node-versions: ${{ inputs.node-versions }} | |
property-access-transition: | |
needs: private-property | |
name: Running "property-access-transition.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: property-access-transition.js | |
node-versions: ${{ inputs.node-versions }} | |
property-getter-access: | |
needs: property-access-transition | |
name: Running "property-getter-access.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: property-getter-access.js | |
node-versions: ${{ inputs.node-versions }} | |
property-setter-access: | |
needs: property-getter-access | |
name: Running "property-setter-access.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: property-setter-access.js | |
node-versions: ${{ inputs.node-versions }} | |
replace-vs-replaceall-comparison: | |
needs: property-setter-access | |
name: Running "replace-vs-replaceall-comparison.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: replace-vs-replaceall-comparison.js | |
node-versions: ${{ inputs.node-versions }} | |
shallow-copy: | |
needs: replace-vs-replaceall-comparison | |
name: Running "shallow-copy.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: shallow-copy.js | |
node-versions: ${{ inputs.node-versions }} | |
sort-map: | |
needs: shallow-copy | |
name: Running "sort-map.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: sort-map.js | |
node-versions: ${{ inputs.node-versions }} | |
spread-vs-object-assign: | |
needs: sort-map | |
name: Running "spread-vs-object-assign.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: spread-vs-object-assign.js | |
node-versions: ${{ inputs.node-versions }} | |
stream-readable: | |
needs: spread-vs-object-assign | |
name: Running "stream-readable.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: stream-readable.js | |
node-versions: ${{ inputs.node-versions }} | |
stream-writable: | |
needs: stream-readable | |
name: Running "stream-writable.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: stream-writable.js | |
node-versions: ${{ inputs.node-versions }} | |
string-concat: | |
needs: stream-writable | |
name: Running "string-concat.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: string-concat.js | |
node-versions: ${{ inputs.node-versions }} | |
string-searching: | |
needs: string-concat | |
name: Running "string-searching.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: string-searching.js | |
node-versions: ${{ inputs.node-versions }} | |
super-vs-this: | |
needs: string-searching | |
name: Running "super-vs-this.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: super-vs-this.js | |
node-versions: ${{ inputs.node-versions }} | |
unix-time: | |
needs: super-vs-this | |
name: Running "unix-time.js" | |
uses: ./.github/workflows/bench.yml | |
with: | |
bench-file: unix-time.js | |
node-versions: ${{ inputs.node-versions }} | |