Skip to content

Commit

Permalink
Delete duplicated matplotlib dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Zagnetin committed Nov 18, 2023
1 parent 3c1d09a commit d4c1145
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@
:projects="['matplotlib-with-project-sharedIndexes', 'matplotlib-with-bundled-sharedIndexes', 'matplotlib-without-sharedIndexes']"
/>
</section>
<section>
<GroupProjectsChart
label="Dumb Mode Time (Matplotlib)"
measure="dumbModeTimeWithPauses"
:projects="['matplotlib-with-project-sharedIndexes', 'matplotlib-with-bundled-sharedIndexes', 'matplotlib-without-sharedIndexes']"
/>
</section>
</DashboardPage>
</template>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,34 @@
:projects="['keras-with-project-sharedIndexes', 'keras-with-bundled-sharedIndexes', 'keras-without-sharedIndexes']"
/>
</section>
<section>
<GroupProjectsChart
label="Scanning (Nova)"
measure="firstCodeAnalysis"
:projects="['nova-with-project-sharedIndexes', 'nova-with-bundled-sharedIndexes', 'nova-without-sharedIndexes']"
/>
</section>
<section>
<GroupProjectsChart
label="Scanning (PyTorch)"
measure="firstCodeAnalysis"
:projects="['pytorch-with-project-sharedIndexes', 'pytorch-with-bundled-sharedIndexes', 'pytorch-without-sharedIndexes']"
/>
</section>
<section>
<GroupProjectsChart
label="Scanning (BoTo3)"
measure="firstCodeAnalysis"
:projects="['boto-with-project-sharedIndexes', 'boto-with-bundled-sharedIndexes', 'boto-without-sharedIndexes']"
/>
</section>
<section>
<GroupProjectsChart
label="Scanning (Matplotlib)"
measure="firstCodeAnalysis"
:projects="['matplotlib-with-project-sharedIndexes', 'matplotlib-with-bundled-sharedIndexes', 'matplotlib-without-sharedIndexes']"
/>
</section>
</DashboardPage>
</template>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@
:projects="['matplotlib-with-project-sharedIndexes', 'matplotlib-with-bundled-sharedIndexes', 'matplotlib-without-sharedIndexes']"
/>
</section>
<section>
<GroupProjectsChart
label="Dumb Mode Time (Matplotlib)"
:measure="['indexingTimeWithoutPauses']"
:projects="['matplotlib-with-project-sharedIndexes', 'matplotlib-with-bundled-sharedIndexes', 'matplotlib-without-sharedIndexes']"
/>
</section>
</DashboardPage>
</template>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@
:projects="['matplotlib-with-project-sharedIndexes', 'matplotlib-with-bundled-sharedIndexes', 'matplotlib-without-sharedIndexes']"
/>
</section>
<section>
<GroupProjectsChart
label="Dumb Mode Time (Matplotlib)"
measure="numberOfIndexedFiles"
:projects="['matplotlib-with-project-sharedIndexes', 'matplotlib-with-bundled-sharedIndexes', 'matplotlib-without-sharedIndexes']"
/>
</section>
</DashboardPage>
</template>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@
:projects="['matplotlib-with-project-sharedIndexes', 'matplotlib-with-bundled-sharedIndexes', 'matplotlib-without-sharedIndexes']"
/>
</section>
<section>
<GroupProjectsChart
label="Dumb Mode Time (Matplotlib)"
measure="numberOfFilesIndexedByExtensions"
:projects="['matplotlib-with-project-sharedIndexes', 'matplotlib-with-bundled-sharedIndexes', 'matplotlib-without-sharedIndexes']"
/>
</section>
</DashboardPage>
</template>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,34 @@
:projects="['keras-with-project-sharedIndexes', 'keras-with-bundled-sharedIndexes', 'keras-without-sharedIndexes']"
/>
</section>
<section>
<GroupProjectsChart
label="Scanning (Nova)"
:measure="['scanningTimeWithoutPauses']"
:projects="['nova-with-project-sharedIndexes', 'nova-with-bundled-sharedIndexes', 'nova-without-sharedIndexes']"
/>
</section>
<section>
<GroupProjectsChart
label="Scanning (PyTorch)"
:measure="['scanningTimeWithoutPauses']"
:projects="['pytorch-with-project-sharedIndexes', 'pytorch-with-bundled-sharedIndexes', 'pytorch-without-sharedIndexes']"
/>
</section>
<section>
<GroupProjectsChart
label="Scanning (BoTo3)"
:measure="['scanningTimeWithoutPauses']"
:projects="['boto-with-project-sharedIndexes', 'boto-with-bundled-sharedIndexes', 'boto-without-sharedIndexes']"
/>
</section>
<section>
<GroupProjectsChart
label="Scanning (Matplotlib)"
:measure="['scanningTimeWithoutPauses']"
:projects="['matplotlib-with-project-sharedIndexes', 'matplotlib-with-bundled-sharedIndexes', 'matplotlib-without-sharedIndexes']"
/>
</section>
</DashboardPage>
</template>

Expand Down

0 comments on commit d4c1145

Please sign in to comment.