mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug wip
Co-authored-by: Jamie Kuppens <reshurum@gmail.com> Co-authored-by: Ignacio Falk <flakolefluk@gmail.com>
This commit is contained in:
parent
b656e1be6f
commit
d7da460db3
1 changed files with 4 additions and 6 deletions
10
.github/workflows/push-results/action.yml
vendored
10
.github/workflows/push-results/action.yml
vendored
|
@ -5,9 +5,7 @@ inputs:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
description: The benchmark results repository to check out
|
description: The benchmark results repository to check out
|
||||||
shell:
|
|
||||||
type: string
|
|
||||||
default: "bash"
|
|
||||||
branch:
|
branch:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
@ -38,7 +36,7 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
shell: ${{ inputs.shell }}
|
shell: bash
|
||||||
with:
|
with:
|
||||||
repository: ${{ inputs.repository }}
|
repository: ${{ inputs.repository }}
|
||||||
ref: ${{ inputs.branch }}
|
ref: ${{ inputs.branch }}
|
||||||
|
@ -47,7 +45,7 @@ runs:
|
||||||
|
|
||||||
- name: Store results
|
- name: Store results
|
||||||
uses: Roblox/rhysd-github-action-benchmark@v-luau
|
uses: Roblox/rhysd-github-action-benchmark@v-luau
|
||||||
shell: ${{ inputs.shell }}
|
shell: bash
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.bench_name }}
|
name: ${{ inputs.bench_name }}
|
||||||
tool: ${{ inputs.bench_tool }}
|
tool: ${{ inputs.bench_tool }}
|
||||||
|
@ -55,7 +53,7 @@ runs:
|
||||||
external-data-json-path: ${{ inputs.bench_external_data_json_path }}
|
external-data-json-path: ${{ inputs.bench_external_data_json_path }}
|
||||||
|
|
||||||
- name: Push benchmark results
|
- name: Push benchmark results
|
||||||
shell: ${{ inputs.shell }}
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "Pushing benchmark results..."
|
echo "Pushing benchmark results..."
|
||||||
cd gh-pages
|
cd gh-pages
|
||||||
|
|
Loading…
Add table
Reference in a new issue