Early version of profiler harness #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TileDB-SOMA Profiler run | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
- 'release-*' | ||
workflow_dispatch: | ||
jobs: | ||
run_profiler: | ||
- name: Run Profiler | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Run all tests | ||
run: | | ||
python -m venv profiler_env | ||
source profiler_env/bin/activate | ||
pip install -e ./profiler | ||
./tools/perf_checker/perf_checker.sh |