You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require.Equal(t, currentReport.Results["vu_over_time"][i], previousReport.Results["vu_over_time"][i], "vu_over_time results are not the same for given index")
77
75
}
78
-
79
-
//get previous release
80
-
//previousRelease := "something"
81
-
//previousReport := comparator.BasicReport{}
82
-
//loadErr := previousReport.Load()
83
-
//require.NoError(t, loadErr, "failed to load previous report", previousRelease)
0 commit comments