Skip to content

Commit 2ffc1eb

Browse files
authored
typo
1 parent d6d4fab commit 2ffc1eb

File tree

1 file changed

+1
-1
lines changed
  • samples/features/in-memory/benchmark-order-processing

1 file changed

+1
-1
lines changed

samples/features/in-memory/benchmark-order-processing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Sample order processing workload that can be used for benchmarking transactional
4848

4949
The recommendation is to use two different drivers:
5050
- a. Main order processing driver(s), each multi-threaded (e.g., 100 or 200 clients), and running the procedures GetOrdersByCustomerID, GetProductsByType, GetProductsPriceByPK, ProductSelectionCriteria, and InsertOrder.
51-
- b. Fulfullment driver, which runs the procedure FulfillOrders. This driver should have a single client to avoid conflicts.
51+
- b. Fulfillment driver, which runs the procedure FulfillOrders. This driver should have a single client to avoid conflicts.
5252

5353
## Workload description
5454

0 commit comments

Comments
 (0)