Skip to content

Conversation

@PABannier
Copy link
Owner

No description provided.

…benchmarks and remove deprecated scripts

- Introduced a new benchmark tier system with options for smoke, standard, and stress tests.
- Updated performance testing workflow to utilize the new tier system.
- Removed obsolete load testing scripts and associated files to streamline the benchmarking process.
- Enhanced documentation in the performance tests to reflect the new structure and usage.
…and tile request validation

- Removed dead code and improved the SlideInfo struct.
- Added minimum latency sample requirement for tile requests.
- Implemented latency tracking for cursor and viewport acknowledgments in WebSocket communication.
- Updated HTTP request handling to validate tile and overlay requests based on slide dimensions.
- Enhanced output formatting to include overlay latency metrics in stress test results.
…ving obsolete tests

- Removed the fanout and overlay scenarios to simplify the testing framework.
- Updated the comprehensive stress scenario to cover all essential paths, including WebSocket broadcasts and HTTP requests.
- Enhanced documentation to reflect the new structure and usage of load testing scenarios.
…mparison features

- Introduced a new `BenchmarkRunner` to manage warm-up phases and multiple iterations for performance tests.
- Updated existing benchmarks to utilize the new runner, improving statistical significance and regression detection.
- Added baseline management for comparison against previous results, enhancing the ability to track performance regressions.
- Improved documentation for benchmark tests, detailing the new features and usage.
- Removed unused fields from `BenchmarkResult` to streamline benchmark results.
- Cleaned up `ComprehensiveEvent` by eliminating dead code related to WebSocket events.
- Enhanced the handling of WebSocket acknowledgments in the comprehensive stress scenario for improved clarity and performance.
…gement and streamlined execution

- Enhanced performance testing documentation to include new benchmark iterations and warm-up procedures.
- Introduced a new baseline storage system for benchmark results, allowing automatic regression detection.
- Updated testing commands for smoke, standard, and stress tests to improve clarity and execution flow.
- Added a new baseline JSON file to store benchmark results for future comparisons.
- Added a Clippy allowance for print literal in the `print_comparison` method of the `BenchmarkRunner` to enhance code clarity and maintainability.
- Eliminated the unused `error` import from the `tracing` crate in the session manager file to clean up the code and improve clarity.
…ario

- Replaced modulo operations with `is_multiple_of` for better readability and clarity in tile calculations.
- Updated the logic for determining tissue tiles to enhance code maintainability.
@PABannier PABannier merged commit fddeb13 into main Jan 22, 2026
3 of 4 checks passed
@PABannier PABannier deleted the feat/bench branch January 22, 2026 13:42
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