Skip to content

Commit afc39b1

Browse files
committed
Doh
1 parent ba172fd commit afc39b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/benchmark/res_append_stream_any.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def setup(database_url)
1717
@event_store = RailsEventStore::JSONClient.new
1818
end
1919

20-
def call(measure, _retries, _run_id)
20+
def call(measure, _retries, run_id)
2121
events =
2222
@batch_size.times.map do
2323
RubyEventStore::Event.new(

lib/benchmark/res_concurrent_append_conflicting_streams.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def setup(database_url)
1616
@event_store = RailsEventStore::JSONClient.new
1717
end
1818

19-
def call(measure, retries, _run_id)
19+
def call(measure, retries, run_id)
2020
concurrently do |_writer_id, barrier|
2121
stream_name = "writer:#{run_id}"
2222
events =

0 commit comments

Comments
 (0)