Final run before merge

This commit is contained in:
Arseny Kapoulkine 2022-07-01 12:28:50 -07:00
parent e9b62176c7
commit 71c80de425

View file

@ -39,7 +39,7 @@ jobs:
run: |
python bench/bench.py --callgrind --vm "./luau -O2" | tee output.txt
- name: Checkout Benchmark Results repository
- name: Checkout benchmark results
uses: actions/checkout@v3
with:
repository: ${{ matrix.benchResultsRepo.name }}