Skip to content

Commit

Permalink
Aerospike: update for 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Sep 25, 2015
1 parent 60c35e0 commit 31e684f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aerospike/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[jepsen "0.0.4-SNAPSHOT"]
[jepsen "0.0.6"]
[com.aerospike/aerospike-client "3.1.0"]])
5 changes: 2 additions & 3 deletions aerospike/src/aerospike/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,7 @@
:db (db "3.5.4")
:model (model/cas-register)
:checker (checker/compose {:linear checker/linearizable
:latency (checker/latency-graph
"report/")})
:perf (checker/perf)})
:nemesis (nemesis/partition-random-halves)}
opts))

Expand All @@ -419,4 +418,4 @@
(gen/delay 1/100)
std-gen)
:checker (checker/compose {:counter checker/counter
:latency (checker/latency-graph "report/")})}))
:perf (checker/perf)})}))

0 comments on commit 31e684f

Please sign in to comment.