feat: Added k6 performance tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { chessUserJourney } from '../scenarios/chessUserScenario.js';
|
||||
import { thresholds } from '../config.js';
|
||||
|
||||
export const options = {
|
||||
vus: 1,
|
||||
duration: '1m',
|
||||
thresholds,
|
||||
};
|
||||
|
||||
export default function () {
|
||||
chessUserJourney();
|
||||
}
|
||||
Reference in New Issue
Block a user