[K/N][perf] Added chart for execution time of debug binaries on performance server
This commit is contained in:
committed by
Pavel Punegov
parent
087f7e3b31
commit
f401573e5c
@@ -79,7 +79,7 @@
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h4>Normalized execution time</h4>
|
||||
<h4>Normalized execution time (release binaries)</h4>
|
||||
<div id="exec_chart" class="chart"></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -98,7 +98,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<p style="margin-top: 40px">
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h4>Normalized execution time (debug binaries)</h4>
|
||||
<div id="exec_debug_chart" class="chart"></div>
|
||||
</div>
|
||||
</div>
|
||||
<p style="margin-top: 40px">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h4>Bundle size</h4>
|
||||
|
||||
Reference in New Issue
Block a user