Skip to content

Commit

Permalink
[clion] Add 'big_project_50k_10k' to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Smertig committed Sep 6, 2024
1 parent c0f812c commit e3fcf15
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@
/>
</section>

<section>
<CLionVsRadlerIndexingChart
label="Index project (50k sources, 10k headers)"
project="big_project_50k_10k/indexing"
/>
</section>

<section>
<CLionVsRadlerIndexingChart
label="Index project (OpenCV)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
/>
</section>

<section>
<CLionVsRadlerMemoryUsageChart
label="50k sources, 10k headers - After Indexing"
measure="afterIndexing"
project="big_project_50k_10k/indexing"
/>
</section>

<section>
<CLionVsRadlerMemoryUsageChart
label="OpenCV - After Indexing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<section>
<CLionVsRadlerWorkspaceUpdateChart
label="Workspace Model Update"
:projects="['llvm/indexing', 'opencv/indexing', 'curl/indexing']"
:names="['LLVM', 'OpenCV', 'curl']"
:projects="['llvm/indexing', 'opencv/indexing', 'curl/indexing', 'big_project_50k_10k/indexing']"
:names="['LLVM', 'OpenCV', 'curl', '50k_10k']"
/>
</section>
</DashboardPage>
Expand Down

0 comments on commit e3fcf15

Please sign in to comment.