Skip to content

Commit

Permalink
Make the bench on 'sorted-maps' only run on one node type
Browse files Browse the repository at this point in the history
  • Loading branch information
danmason authored and jarohen committed Mar 6, 2020
1 parent 1ef158b commit ce764c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crux-bench/src/crux/bench/main.clj
Expand Up @@ -14,7 +14,7 @@
(bench/post-to-slack (format "*Starting Benchmark*, Crux Version: %s, Commit Hash: %s\n"
bench/crux-version bench/commit-hash))

(let [bench-results (concat (bench/with-nodes [node (select-keys bench/nodes ["standalone-rocksdb" "kafka-rocksdb" "embedded-kafka-rocksdb"])]
(let [bench-results (concat (bench/with-nodes [node (select-keys bench/nodes ["embedded-kafka-rocksdb"])]
[(-> (sorted-maps/run-sorted-maps-microbench node)
(doto post-to-slack))])

Expand Down

0 comments on commit ce764c6

Please sign in to comment.