Skip to content

Commit

Permalink
[RubyMine] Added charts for GC pause and collection for the long-runn…
Browse files Browse the repository at this point in the history
…ing activities
  • Loading branch information
hurricup committed Nov 13, 2023
1 parent cc97974 commit cb8319d
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,36 @@
]"
/>
</section>
<section>
<GroupProjectsChart
label="GC Pause, ms"
measure="gcPause"
:projects="[
'diaspora-project-test/indexing',
'gem-rbs-collection-indexing-test/indexing',
'gitlab-project-test/indexing',
'redmine-project-test/indexing',
'RUBY-23764-Case1/ruby-23764-findusages-case1',
'RUBY-23764-Case2/ruby-23764-findusages-case2',
]"
:aliases="['Indexing (DI)', 'Indexing (RBS)', 'Indexing (GL)', 'Indexing (RM)', 'Factory Find Usage (GL)', 'Let Variable Find Usage (GL)']"
/>
</section>
<section>
<GroupProjectsChart
label="GC Memory Collected, Mb"
measure="freedMemoryByGC"
:projects="[
'diaspora-project-test/indexing',
'gem-rbs-collection-indexing-test/indexing',
'gitlab-project-test/indexing',
'redmine-project-test/indexing',
'RUBY-23764-Case1/ruby-23764-findusages-case1',
'RUBY-23764-Case2/ruby-23764-findusages-case2',
]"
:aliases="['Indexing (DI)', 'Indexing (RBS)', 'Indexing (GL)', 'Indexing (RM)', 'Factory Find Usage (GL)', 'Let Variable Find Usage (GL)']"
/>
</section>
</DashboardPage>
</template>

Expand Down

0 comments on commit cb8319d

Please sign in to comment.