aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/clean
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/clean')
-rwxr-xr-xbenchmarks/clean8
1 files changed, 8 insertions, 0 deletions
diff --git a/benchmarks/clean b/benchmarks/clean
new file mode 100755
index 0000000..325edec
--- /dev/null
+++ b/benchmarks/clean
@@ -0,0 +1,8 @@
+#!/usr/bin/env python3
+
+import os
+from fragments import garage, shared
+
+garage.destroy()
+shared.log("clean done")
+