Skip to content

Add Integration Testing for chakra_trace_link and chakra_converter #6

Add Integration Testing for chakra_trace_link and chakra_converter

Add Integration Testing for chakra_trace_link and chakra_converter #6

name: Integration Tests
on: pull_request
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup Python Environment
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install Dependencies
run: |
pip install -r requirements-dev.txt
pip install .
- name: Extract and Validate
run: |
python3 ci_tools/integration_tests.py --tgz_path tests/data/1.0.2-chakra.0.0.4/llama_pytorch24.05.tgz \
--num_files 8 --tolerance 0.05 --expected_times_ms 14597 14597 14968 14638 14649 14700 14677 14735