Skip to content

Releases: omnibenchmark/run_omnibenchmark

0.1.0

04 Jul 13:10
Compare
Choose a tag to compare

0.1.0

GitHub Action to run an omnibenchmark

Runs an omnibenchmark using GitHub actions.

Example usage:

name: Testing ob via gh actions
on:
  push:

jobs:
  benchmark:
    name: Run ob
    runs-on: ubuntu-latest                         ## use the latest ubuntu(docker) GH runner (not self-hosted)
    steps:
      - name: Checkout                             ## to checkout the tested repo
        uses: actions/checkout@v4

      - name: Use action                           ## to run the benchmark specified within... 
        uses: omnibenchmark/run_omnibenchmark@main
        with:
          yaml: tests/Clustering_conda.yaml        ##  benchmarking yaml
          backend: conda                           ## use `conda` as software management strategy