mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
cleanup: added whitespace for clarity
This commit is contained in:
parent
5c3b8488ce
commit
fe7a44db69
1 changed files with 4 additions and 1 deletions
5
.github/workflows/benchmark.yml
vendored
5
.github/workflows/benchmark.yml
vendored
|
@ -44,10 +44,11 @@ jobs:
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo
|
cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo
|
||||||
cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo
|
cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo
|
||||||
|
|
||||||
- name: Move build files to root
|
- name: Move build files to root
|
||||||
run: |
|
run: |
|
||||||
echo %cd%
|
|
||||||
move build/RelWithDebInfo/* .
|
move build/RelWithDebInfo/* .
|
||||||
|
|
||||||
- name: Check dir structure
|
- name: Check dir structure
|
||||||
run: |
|
run: |
|
||||||
ls build/RelWithDebInfo
|
ls build/RelWithDebInfo
|
||||||
|
@ -61,9 +62,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install requests
|
python -m pip install requests
|
||||||
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
|
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
|
||||||
|
|
||||||
- name: Run benchmark
|
- name: Run benchmark
|
||||||
run: |
|
run: |
|
||||||
python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
|
python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
|
||||||
|
|
||||||
- name: Checkout Benchmark Results repository
|
- name: Checkout Benchmark Results repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue