refactor(tests): remove benchmark markers from server init tests
- Removed unnecessary @pytest.mark.benchmark decorators from multiple performance test functions in test_server_init.py.
- This change streamlines the test suite by eliminating redundant benchmarking annotations, while maintaining the integrity of the tests.
* Use AsyncSession for user management
* Simplify check_key
* Don't trigger blockbuster on settings service initialize
* Fix mypy
* Fix api key update_total_uses
* Fix auto-login
* Revert making CustomComponent.list_key_names async
* feat: add benchmark markers to multiple test cases
* test: add performance tests for database initialization and app startup
Introduce benchmark tests to measure the performance of database initialization and application startup. This helps ensure efficiency and identify potential bottlenecks in the setup process.
* feat: update CodSpeed workflow to enhance test execution and duration tracking
* refactor: streamline performance tests for database initialization and app startup
* test: enhance app startup performance test with pytest benchmarking
* test: update benchmark for database initialization
Remove unnecessary benchmark call and simplify the database initialization test to enhance clarity and reliability in performance testing.
* chore: remove unnecessary pytest options from CodSpeed workflow
* Add environment setup for test_app_startup benchmark test
* Add benchmark test for app startup with database setup and flow loading
* Add benchmark markers to flow building tests in test_chat_endpoint.py
* perf: add benchmarks for service initialization and caching
Introduce benchmarks for various service initialization functions and LLM caching to improve performance evaluations.
* Remove unused benchmark marker from test function in test_chat_endpoint.py
* perf: initialize services in super user benchmark test
* Add benchmarking to test_create_starter_projects in performance tests
* Add asyncio threading to benchmark tests and remove benchmark fixture usage
* Remove database initialization benchmark test from performance suite