File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
1
(ns tarantool.counter
2
- " Incrementing and decrementing a counter."
2
+ " Incrementing a counter."
3
3
(:require [jepsen [client :as client]
4
4
[checker :as checker]
5
5
[generator :as gen]
83
83
:checker (checker/compose
84
84
{:timeline (timeline/html )
85
85
:counter (checker/counter )})})
86
-
87
- (defn workload-dec
88
- [opts]
89
- (assoc (workload-inc opts)
90
- :generator (->> (take 100 (cycle [add sub]))
91
- (cons r)
92
- gen/mix
93
- (gen/delay 1/10 )
94
- (with-op-index ))))
Original file line number Diff line number Diff line change 42
42
a keyword here instead."
43
43
{:set sets/workload
44
44
:counter-inc counter/workload-inc
45
- :counter-dec counter/workload-dec
46
45
; :bank bank/workload
47
46
; :bank-index bank/index-workload
48
47
; :g2 g2/workload
58
57
59
58
(def workloads-expected-to-pass
60
59
" A collection of workload names which we expect should actually pass."
61
- (remove #{:counter-dec } standard-workloads))
60
+ (remove #{} standard-workloads))
62
61
63
62
(def workload-options
64
63
" For each workload, a map of workload options to all the values that option
You can’t perform that action at this time.
0 commit comments