Skip to content

Instantly share code, notes, and snippets.

@wiebren
wiebren / locust-wrapper.py
Last active April 14, 2017 16:55
Locust MonKit wrapper for Jenkins
import argparse
import subprocess
import sys
import re
from collections import defaultdict
from lxml import etree
report = ["Min", "Avg", "Median", "95%", "99%"]