Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
loongten
metersphere
Commits
a8cbf128
Unverified
Commit
a8cbf128
authored
3 years ago
by
metersphere-bot
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
refactor(性能测试): 修改性能测试报告页面 (#5734)
Co-authored-by:
Captain.B
<
bin@fit2cloud.com
>
parent
2ba52a50
v1.12
v1.12.3
v1.12.2
v1.12.1
v1.12.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/business/components/performance/report/components/TestOverview.vue
+0
-8
...components/performance/report/components/TestOverview.vue
with
0 additions
and
8 deletions
+0
-8
frontend/src/business/components/performance/report/components/TestOverview.vue
+
0
-
8
View file @
a8cbf128
...
...
@@ -122,7 +122,6 @@ export default {
props
:
[
'
report
'
,
'
export
'
,
'
isShare
'
,
'
shareId
'
,
'
planReportTemplate
'
],
methods
:
{
initTableData
()
{
this
.
initData
();
if
(
this
.
planReportTemplate
)
{
let
data
=
this
.
planReportTemplate
.
loadOverview
;
this
.
buildInfo
(
data
);
...
...
@@ -140,13 +139,6 @@ export default {
this
.
getErrorChart
();
this
.
getResponseCodeChart
();
},
initData
()
{
this
.
buildInfo
();
// this.loadOption = {};
// this.resOption = {};
// this.errorOption = {};
// this.resCodeOption = {};
},
buildInfo
(
data
)
{
this
.
maxUsers
=
data
?
data
.
maxUsers
:
'
0
'
;
this
.
avgThroughput
=
data
?
data
.
avgThroughput
:
'
0
'
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help