Skip to content

feat: add benchmark job to cli [beta] #88

Merged
dines-rl merged 10 commits intomainfrom
dines/benchmark-run
Feb 4, 2026
Merged

feat: add benchmark job to cli [beta] #88
dines-rl merged 10 commits intomainfrom
dines/benchmark-run

Conversation

@dines-rl
Copy link
Contributor

Description

Note: PR titles should follow Conventional Commits format (e.g., feat(devbox): add support for custom env vars or fix(snapshot): resolve pagination issue) as they are used for automatic release notes generation.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test updates

Related Issues

Closes #

Changes Made

Testing

  • I have tested locally
  • I have added/updated tests
  • All existing tests pass

Checklist

  • My code follows the code style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Additional Notes

dines-rl and others added 7 commits January 28, 2026 14:23
## Description

<!-- Provide a brief description of your changes -->

**Note:** PR titles should follow [Conventional
Commits](https://www.conventionalcommits.org/) format (e.g.,
`feat(devbox): add support for custom env vars` or `fix(snapshot):
resolve pagination issue`) as they are used for automatic release notes
generation.

## Type of Change

<!-- Mark the relevant option with an 'x' -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Test updates

## Related Issues

<!-- Link to related issues using #issue-number -->
Closes #

## Changes Made

<!-- Describe the changes in detail -->

## Testing

<!-- Describe how you tested your changes -->

- [ ] I have tested locally
- [ ] I have added/updated tests
- [ ] All existing tests pass

## Checklist

- [ ] My code follows the code style of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published

## Screenshots (if applicable)

<!-- Add screenshots to help explain your changes -->

## Additional Notes

<!-- Any additional information that reviewers should know -->

---------

Co-authored-by: Alexander Dines <alex@runloop.ai>
@dines-rl dines-rl changed the title [wip] feat: [beta] add benchmark job to cli feat: [beta] add benchmark job to cli Feb 4, 2026
@dines-rl dines-rl changed the title feat: [beta] add benchmark job to cli feat: add benchmark job to cli [beta] Feb 4, 2026
@dines-rl dines-rl merged commit f8759c2 into main Feb 4, 2026
14 checks passed
@dines-rl dines-rl deleted the dines/benchmark-run branch February 4, 2026 20:11
dines-rl pushed a commit that referenced this pull request Feb 10, 2026
🤖 I have created a release *beep* *boop*
---


## [1.9.0](v1.8.0...v1.9.0)
(2026-02-10)


### Features

* add benchmark job to cli [beta]
([#88](#88))
([f8759c2](f8759c2))
* add gatway support to rli
([#101](#101))
([441e888](441e888))
* adding links to detail pages IE: allowing you to view the source of a
devbox ([#112](#112))
([62fa6dc](62fa6dc))
* **devbox:** add tunnel to devbox create
([#99](#99))
([a3c1b7a](a3c1b7a))
* **snapshot:** snapshot prune command
([#104](#104))
([b3479fe](b3479fe))


### Bug Fixes

* **benchmark:** scenario status in run view and some additional tweaks
([#98](#98))
([ca77634](ca77634))
* **blueprint:** adding delete
([#111](#111))
([0658932](0658932))
* **blueprint:** handled blueprint queued state
([#100](#100))
([a77e558](a77e558))
* **devbox:** gateway config create bug
([#110](#110))
([6e7e8c4](6e7e8c4))
* **secret:** obscure secret value entry within tui
([#86](#86))
([8697e5c](8697e5c))
* upgrades a dependency with an override
([#94](#94))
([c7f9398](c7f9398))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

2 participants