Skip to content

Create benchmark workflow#952

Open
michalad1 wants to merge 3 commits into
mainfrom
michalad/benchmark-workflow
Open

Create benchmark workflow#952
michalad1 wants to merge 3 commits into
mainfrom
michalad/benchmark-workflow

Conversation

@michalad1

@michalad1 michalad1 commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

Pull Request

Description

Add workflow that will launch library benchmark

Type of Change

  • feat - New feature
  • 🐞 fix - Bug fix
  • 📚 docs - Documentation
  • ♻️ refactor - Code refactoring
  • 🧪 test - Tests
  • 🔧 chore - Maintenance

Related Issues

Closes: #864

Breaking Changes


Examples

Screenshots

@github-actions

Copy link
Copy Markdown
Contributor

📊 Test coverage report

Metric Coverage
Lines 50.4%
Functions 59.6%
Branches 88.9%
Statements 50.4%

@michalad1 michalad1 changed the title Michalad/benchmark workflow Create benchmark workflow Apr 27, 2026
@michalad1
michalad1 requested a review from Copilot April 27, 2026 12:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a dedicated GitHub Actions workflow to run the library benchmark job in CI, aligning with the CI/CD work requested in issue #864.

Changes:

  • Introduces a new Benchmark Library workflow under .github/workflows/benchmark.yml.
  • Runs benchmarks on a self-hosted GPU runner after installing repo dependencies via the shared composite action.

Comment thread .github/workflows/benchmark.yml
Comment thread .github/workflows/benchmark.yml
Comment thread .github/workflows/benchmark.yml
@michalad1
michalad1 marked this pull request as ready for review May 11, 2026 13:15
@michalad1
michalad1 requested a review from a team as a code owner May 11, 2026 13:16
uses: ./.github/actions/install-dependencies
with:
uv-cache-dependency-glob: "library/uv.lock"
cleanup-runner: true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This cleanup operation is mostly for GitHub-hosted runners - please ensure that there will be no side-effects for self-hosted runner - or perhaps we may use false here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task]: Create GH Workflow

3 participants