Skip to content

Instantly share code, notes, and snippets.

@JJGO
JJGO / dstest
Last active July 1, 2024 08:32
Utility for running MIT 6.824 lab test in parallel and saving failed logs
#!/usr/bin/env python
import itertools
import math
import signal
import subprocess
import tempfile
import shutil
import time
import os