Skip to content

Commit d6fa283

Browse files
committed
Remove Prometheus metrics
1 parent e8419e0 commit d6fa283

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

dev/simple_stress_test_reducer.clj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
(ns simple-stress-test-reducer
22
(:require [aux :as a]
3-
[clojure.core.async :as async]
4-
[clojure.edn :as edn]
5-
[metrics :as m])
6-
(:import [java.io ByteArrayInputStream ByteArrayOutputStream]
7-
[org.fressian FressianReader FressianWriter]
8-
[org.fressian.handlers ILookup IReduceList]))
3+
[clojure.edn :as edn])
4+
(:import [org.fressian.handlers ILookup IReduceList])
5+
(:gen-class))
96

107
(def custom-read-handlers
118
(reify ILookup
@@ -24,6 +21,5 @@
2421
(defn -main [& args]
2522
(let [parsed-args (map edn/read-string args)
2623
argmap (zipmap [:struct-type :struct-size :convert-list?] parsed-args)]
27-
(m/initialize-and-return-metrics)
2824
(a/stress-test argmap custom-read-handlers)
2925
(System/exit 0)))

0 commit comments

Comments
 (0)