-
Notifications
You must be signed in to change notification settings - Fork 3.3k
WIP. Performance regression testing using K6 #9553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9553 +/- ##
===========================================
- Coverage 73.79% 71.87% -1.93%
===========================================
Files 448 441 -7
Lines 46769 46374 -395
Branches 3943 3960 +17
===========================================
- Hits 34514 33330 -1184
- Misses 12255 13044 +789
🚀 New features to boost your workflow:
|
|
import { BASE_URL } from '../../variables/variables.js' | ||
|
||
function createTask(authKey) { | ||
const { taskSpec, dataSpec, extras } = defaultTaskSpec({ |
Check notice
Code scanning / SonarCloud
Unused assignments should be removed Low test
import { BASE_URL } from '../../variables/variables.js' | ||
|
||
function createTask(authKey) { | ||
const { taskSpec, dataSpec, extras } = defaultTaskSpec({ |
Check notice
Code scanning / SonarCloud
Unused assignments should be removed Low test
|
||
export default function (data) { | ||
const randomTask = data.tasksData[data.tasksData.length % __VU] | ||
const taskData = APITasks.getTask(data.token, randomTask); |
Check notice
Code scanning / SonarCloud
Unused assignments should be removed Low test
|
||
export default function (data) { | ||
const randomTask = data.tasksData[__VU] | ||
const taskData = tasks.getTask(data.token, randomTask); |
Check notice
Code scanning / SonarCloud
Unused assignments should be removed Low test
Motivation and context
How has this been tested?
Checklist
develop
branchLicense
Feel free to contact the maintainers if that's a concern.