feat: Добавление указание наименования бенчмарка#44
Conversation
- Добавлен параметр Наименование в аннотацию &Бенчмарк - Добавлен API дескриптора Наименование()/УстановитьНаименование()
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds an optional Changes
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Source as Source<br/>Code (&Бенчмарк)
participant Extractor as Descriptor<br/>Extractor
participant Descriptor as Descriptor<br/>Object
participant Reporter as Report<br/>Column
Dev->>Source: Declare &Бенчмарк(Наименование="...")
Source->>Extractor: Annotation read via РаботаСАннотациями
Extractor->>Extractor: ПрочитатьНаименованиеИзАннотацииБенчмарк(...)
alt Наименование не пусто
Extractor->>Descriptor: УстановитьНаименование(Наименование)
Descriptor->>Descriptor: Сохранить _Наименование
end
Reporter->>Descriptor: Запрос Наименование() или Метод()
alt Наименование заполнено
Descriptor-->>Reporter: Return Наименование
else
Descriptor-->>Reporter: Return Метод
end
Reporter->>Dev: Отобразить строку с выбранной меткой
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~22 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|

0 New Issues
0 Fixed Issues
0 Accepted Issues
Summary by CodeRabbit
New Features
Bug Fixes / Improvements
Documentation / Samples
Tests