Skip to content

Early version of profiler harness #4

Early version of profiler harness

Early version of profiler harness #4

Workflow file for this run

name: TileDB-SOMA Profiler run
on:
pull_request:
push:
branches:
- main
- 'release-*'
workflow_dispatch:
jobs:
run_profiler:
- name: Run Profiler

Check failure on line 15 in .github/workflows/profiler.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/profiler.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
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