diff --git a/frontend/src/business/components/performance/report/components/TestOverview.vue b/frontend/src/business/components/performance/report/components/TestOverview.vue index 4753ee0714..01497b8a72 100644 --- a/frontend/src/business/components/performance/report/components/TestOverview.vue +++ b/frontend/src/business/components/performance/report/components/TestOverview.vue @@ -65,14 +65,6 @@ - - - - - - - - @@ -136,8 +128,6 @@ export default { } this.getLoadChart(); this.getResChart(); - this.getErrorChart(); - this.getResponseCodeChart(); }, buildInfo(data) { this.maxUsers = data ? data.maxUsers : '0';