This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from random import uniform, randint | |
from locust import TaskSequence, HttpLocust | |
from locust import seq_task | |
import random | |
import string | |
import os | |
def randomStringDigits(stringLength=6): | |
"""Generate a random string of letters and digits """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Adam Szeptycki | |
email = [email protected] | |
[core] | |
excludesfile = /Users/adamszeptycki/.gitignore_global | |
editor = vim | |
[difftool "sourcetree"] | |
cmd = opendiff \"$LOCAL\" \"$REMOTE\" | |
path = | |
[mergetool "sourcetree"] |