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
f80e243e6f
commit
3a5f54e968
1 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- {
|
- {
|
||||||
script: "run-analyze-cachegrind",
|
script: "run-analyze-cachegrind",
|
||||||
timeout: 12,
|
timeout: 12,
|
||||||
title: "Luau Benchmarks (CacheGrind)",
|
title: "Luau Analyze",
|
||||||
cachegrindTitle: "Performance",
|
cachegrindTitle: "Performance",
|
||||||
cachegrindIterCount: 20,
|
cachegrindIterCount: 20,
|
||||||
}
|
}
|
||||||
|
@ -54,10 +54,10 @@ jobs:
|
||||||
sudo apt-get install valgrind
|
sudo apt-get install valgrind
|
||||||
|
|
||||||
- name: Run ${{ matrix.bench.title }} (Cold Cachegrind)
|
- name: Run ${{ matrix.bench.title }} (Cold Cachegrind)
|
||||||
run: sudo bash ./scripts/run-with-cachegrind.sh python "./bench/measure_time.py ./build/release/luau-analyze bench/static_analysis/LuauPolyfillMap.lua" "${{ matrix.bench.cachegrindTitle}}Cold" 1 | tee ${{ matrix.bench.script }}-output.txt
|
run: sudo bash ./scripts/run-with-cachegrind.sh python (./bench/measure_time.py ./build/release/luau-analyze bench/static_analysis/LuauPolyfillMap.lua) "${{ matrix.bench.cachegrindTitle}}Cold" 1 | tee ${{ matrix.bench.script }}-output.txt
|
||||||
|
|
||||||
- name: Run ${{ matrix.bench.title }} (Warm Cachegrind)
|
# - name: Run ${{ matrix.bench.title }} (Warm Cachegrind)
|
||||||
run: sudo bash ./scripts/run-with-cachegrind.sh python "./bench/measure_time.py ./build/release/luau-analyze bench/static_analysis/LuauPolyfillMap.lua" "${{ matrix.bench.cachegrindTitle}}" 2 | tee ${{ matrix.bench.script }}-output.txt
|
# run: sudo bash ./scripts/run-with-cachegrind.sh python "./bench/measure_time.py ./build/release/luau-analyze bench/static_analysis/LuauPolyfillMap.lua" "${{ matrix.bench.cachegrindTitle}}" 2 | tee ${{ matrix.bench.script }}-output.txt
|
||||||
|
|
||||||
- name: Checkout Benchmark Results repository
|
- name: Checkout Benchmark Results repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue