Skip to content

Instantly share code, notes, and snippets.

View martinjungblut's full-sized avatar

Martin Jungblut Schreiner martinjungblut

View GitHub Profile
import argparse
import multiprocessing
import threading
from pylibmc.test import make_test_client
import random
NUM_THREADS = 4
NUM_PROCS = 4
NUM_SETS = 1000