mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug wip
This commit is contained in:
parent
87692a63a6
commit
0238cc677e
1 changed files with 19 additions and 19 deletions
38
.github/workflows/push-results/action.yml
vendored
38
.github/workflows/push-results/action.yml
vendored
|
@ -44,23 +44,23 @@ runs:
|
||||||
token: ${{ inputs.token }}
|
token: ${{ inputs.token }}
|
||||||
path: "./gh-pages"
|
path: "./gh-pages"
|
||||||
|
|
||||||
- name: Store results
|
# - name: Store results
|
||||||
uses: Roblox/rhysd-github-action-benchmark@v-luau
|
# uses: Roblox/rhysd-github-action-benchmark@v-luau
|
||||||
with:
|
# with:
|
||||||
name: ${{ inputs.bench_name }}
|
# name: ${{ inputs.bench_name }}
|
||||||
tool: ${{ inputs.bench_tool }}
|
# tool: ${{ inputs.bench_tool }}
|
||||||
gh-pages-branch: ${{ inputs.bench_gh_pages_branch }}
|
# gh-pages-branch: ${{ inputs.bench_gh_pages_branch }}
|
||||||
output-file-path: ${{ inputs.bench_output_file_path }}
|
# output-file-path: ${{ inputs.bench_output_file_path }}
|
||||||
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: bash
|
# shell: bash
|
||||||
run: |
|
# run: |
|
||||||
echo "Pushing benchmark results..."
|
# echo "Pushing benchmark results..."
|
||||||
cd gh-pages
|
# cd gh-pages
|
||||||
git config user.name github-actions
|
# git config user.name github-actions
|
||||||
git config user.email github@users.noreply.github.com
|
# git config user.email github@users.noreply.github.com
|
||||||
git add *.json
|
# git add *.json
|
||||||
git commit -m "Add benchmarks results for ${{ github.sha }}"
|
# git commit -m "Add benchmarks results for ${{ github.sha }}"
|
||||||
git push
|
# git push
|
||||||
cd ..
|
# cd ..
|
||||||
|
|
Loading…
Add table
Reference in a new issue