Skip to content

Instantly share code, notes, and snippets.

View Secreto31126's full-sized avatar
📚
Learning

Tomás Raiti Secreto31126

📚
Learning
View GitHub Profile
@Secreto31126
Secreto31126 / landing.k6.ts
Created June 11, 2025 00:17
k6 ITBA Exchange
import type { Options } from 'k6/options';
import { browser } from 'k6/browser';
import { check } from 'k6';
export const options: Options = {
scenarios: {
ui: {
executor: 'shared-iterations',
vus: 10,