mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Cleanup
This commit is contained in:
parent
ac0dcd4ba1
commit
a9d4b79b2e
1 changed files with 0 additions and 9 deletions
9
.github/workflows/benchmark.yml
vendored
9
.github/workflows/benchmark.yml
vendored
|
@ -51,18 +51,9 @@ jobs:
|
|||
python-version: "3.x"
|
||||
architecture: "x64"
|
||||
|
||||
- name: Install requests
|
||||
run: python -m pip install requests
|
||||
|
||||
- name: Run benchmark
|
||||
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
|
||||
|
||||
- name: Download previous benchmark data
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ./cache
|
||||
key: ${{ runner.os }}-benchmark
|
||||
|
||||
- name: Checkout gh-pages
|
||||
run: |
|
||||
git config user.name github-actions
|
||||
|
|
Loading…
Add table
Reference in a new issue