@@ -192,15 +192,18 @@ pattern.
192192Speedrun
193193--------
194194
195- To assess the comparative performance of the support for event-sourced aggregates provided by this library
196- and the support for dynamic consistency boundaries that we will develop in the next examples, a "speedrun"
197- script has been written. It iterates over a sequence of operations, first registering a number of students
198- and a number of courses, and then subscribing all the students on all the courses. It was configured to register
199- 10 students and 10 courses, and therefore to make 100 subscriptions in each iteration.
195+ A "speedrun" script has been written, to help compare the support for dynamic consistency boundaries that we will
196+ develop in the next examples with the performance of the support for event-sourced aggregates provided by this
197+ library.
198+
199+ It iterates over a sequence of operations, first registering a number of students and a number of courses, and
200+ then subscribing all the students on all the courses.
201+
202+ It was configured to register 10 students and 10 courses, and therefore to make 100 subscriptions in each iteration.
200203
201204The performance report for the event-sourced aggregates solution is included below. Using PostgreSQL
202- as an event store, we can see that with event-sourced we accomplished 93,720 operations in 30s. That
203- gives us an average of 0.320 milliseconds per operation, which will be our target for implementing DCB.
205+ as an event store, event-sourced aggregates accomplished 93,720 operations in 30s. That gives an
206+ average of 0.320 milliseconds per operation, and a target for implementing DCB.
204207
205208.. code-block ::
206209
0 commit comments