summaryrefslogtreecommitdiff
path: root/tests/fuzz
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-04-21 22:16:06 -0300
committerEuAndreh <eu@euandre.org>2026-04-21 22:16:06 -0300
commitf478620978ae884aa5e7a0ddb742faa5cb23ae3a (patch)
tree0e2c87b1e3d5d99aaccd99d24d47ca45d6d2c1fe /tests/fuzz
parentRemove Go code (diff)
downloadpapod-f478620978ae884aa5e7a0ddb742faa5cb23ae3a.tar.gz
papod-f478620978ae884aa5e7a0ddb742faa5cb23ae3a.tar.xz
m
Diffstat (limited to 'tests/fuzz')
-rw-r--r--tests/fuzz/api.clj11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/fuzz/api.clj b/tests/fuzz/api.clj
new file mode 100644
index 0000000..d389c13
--- /dev/null
+++ b/tests/fuzz/api.clj
@@ -0,0 +1,11 @@
+(ns fuzz.api
+ (:require [base])
+ (:gen-class))
+
+
+
+(defn -main
+ [& args]
+ (base/run-fuzz-loop (System/currentTimeMillis)
+ (base/duration-ms-from-args args)
+ (fn [_i] (base/uuidv7))))