Refactor benchmark management, parsing, and logging functionality#55
Closed
yokotoka wants to merge 296 commits into
Closed
Refactor benchmark management, parsing, and logging functionality#55yokotoka wants to merge 296 commits into
yokotoka wants to merge 296 commits into
Conversation
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…successful tests before release
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4 to 6. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4...v6) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…-sh/setup-uv-6 Bump astral-sh/setup-uv from 4 to 6
…ops/action-gh-release-2 Bump softprops/action-gh-release from 1 to 2
…v/codecov-action-5 Bump codecov/codecov-action from 4 to 5
…in branch consistency
…AD and ensure main branch consistency
…streamline version update process
… format, ensuring version updates are consistent with main branch
…dling in nanopalabra
🚀 add WebSocket-only version of Palabra client and refactor au…
…RTC DataChannel, removing WebSocket dependencies
Add cleanups from feature/nano
…erialization methods
…ectly and ensure metrics are only included for relevant sentences
… to validated_transcription
…ving in benchmark and rewind processes
… settings extraction
…sk settings extraction
… included in benchmark serialization
…enchmarking guide
…mline error handling
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…fault values for input/output streams
…l-sh/setup-uv-7 build(deps): bump astral-sh/setup-uv from 6 to 7
Benchmark refactoring
# Conflicts: # src/palabra_ai/config.py # tests/test_config.py
… log and trace file paths
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
x_titleproperty for in-memory buffer to improve descriptive clarity.Additional Information
This pull request focuses on cleaning and optimizing various aspects of the benchmarking and logging functionalities. It ensures improved code maintainability and traceability while deprecating unnecessary components.