From fe7a44db695c49b9a609bf008448a7697138238e Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 16 Jun 2022 15:59:20 +0300 Subject: [PATCH] cleanup: added whitespace for clarity --- .github/workflows/benchmark.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index db3dd881..57703de0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -44,10 +44,11 @@ jobs: cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo + - name: Move build files to root run: | - echo %cd% move build/RelWithDebInfo/* . + - name: Check dir structure run: | ls build/RelWithDebInfo @@ -61,9 +62,11 @@ jobs: run: | python -m pip install requests python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose + - name: Run benchmark run: | python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt + - name: Checkout Benchmark Results repository uses: actions/checkout@v3 with: