Skip to content

Add measure_overhead option to Collector #15

Add measure_overhead option to Collector

Add measure_overhead option to Collector #15

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.11' # Specify the Python version you need
- name: Run tests
run: sudo make test-python