Skip to content

[NADE] Replace print statements in NA commands #1908

[NADE] Replace print statements in NA commands

[NADE] Replace print statements in NA commands #1908

name: Performance testing
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip hatch
python -m hatch env create performance
- name: Run performance tests
env:
TERM: unknown
run: python -m hatch run performance:test