summaryrefslogtreecommitdiff
path: root/bin/workload.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/workload.py')
-rwxr-xr-xbin/workload.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/workload.py b/bin/workload.py
index c0a03c7..c78e9a8 100755
--- a/bin/workload.py
+++ b/bin/workload.py
@@ -7,11 +7,6 @@ from lex import TimedSequence, TimedWord, Workload
args = sys.argv[1:]
-# TODO loops im raw_word:
-# init(); repeat { foo(); sleep(5m); bar(); ... } o.ä.
-# - Zeitangaben mit Einheit in sleep
-# - Ausgabe in Gesamt, Init und Schleifeninhalt aufdröseln
-
loops = dict()
ptafiles = list()
loop_names = set()