diff options
| author | EuAndreh <eu@euandre.org> | 2026-04-21 22:16:06 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-04-21 22:16:06 -0300 |
| commit | f478620978ae884aa5e7a0ddb742faa5cb23ae3a (patch) | |
| tree | 0e2c87b1e3d5d99aaccd99d24d47ca45d6d2c1fe /tests/fuzz | |
| parent | Remove Go code (diff) | |
| download | papod-f478620978ae884aa5e7a0ddb742faa5cb23ae3a.tar.gz papod-f478620978ae884aa5e7a0ddb742faa5cb23ae3a.tar.xz | |
m
Diffstat (limited to 'tests/fuzz')
| -rw-r--r-- | tests/fuzz/api.clj | 11 |
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)))) |
