Closed ogabrielluiz closed 1 week ago
Comparing fix-orpahsn
(472219c) with main
(3e57340)
⚡ 1
improvements
❌ 2
regressions
✅ 12
untouched benchmarks
:warning: Please fix the performance issues or acknowledge them on CodSpeed.
Benchmark | main |
fix-orpahsn |
Change | |
---|---|---|---|---|
⚡ | test_create_starter_projects |
1.5 s | 1.3 s | +21.89% |
❌ | test_successful_run_with_input_type_text |
186 ms | 218.5 ms | -14.89% |
❌ | test_successful_run_with_output_type_any |
194.6 ms | 245.7 ms | -20.81% |
This pull request enhances the flow filtering mechanism by excluding orphaned flows that belong to the starter folder. Additionally, it extracts the
STARTER_FOLDER_NAME
andSTARTER_FOLDER_DESCRIPTION
constants into a dedicated module for improved code organization and maintainability. This change helps streamline the codebase and makes it easier to manage folder-related constants.