Skip to content

Commit

Permalink
fix dl runner (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 authored Mar 21, 2024
1 parent e123b66 commit a92c8b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ pom.xml
*/report/**
*/resources/ledger*
docker/keys/
.DS_Store
*/.clj-kondo
*/.lein-*
*/.lsp
2 changes: 2 additions & 0 deletions scalardl/src/scalardl/runner.clj
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
[]
{"test" {:opt-spec (->> opt-spec
(into car/cassandra-opt-spec)
(into car/nemesis-opt-spec)
(into car/admin-opt-spec)
(into cli/test-opt-spec))
:opt-fn (fn [parsed] (-> parsed parse-nodes cli/test-opt-fn))
:usage (cli/test-usage)
Expand Down

0 comments on commit a92c8b4

Please sign in to comment.