Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jodebrui committed Sep 13, 2016
1 parent d6d4fab commit 2ffc1eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Sample order processing workload that can be used for benchmarking transactional

The recommendation is to use two different drivers:
- 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.
- b. Fulfullment driver, which runs the procedure FulfillOrders. This driver should have a single client to avoid conflicts.
- b. Fulfillment driver, which runs the procedure FulfillOrders. This driver should have a single client to avoid conflicts.

## Workload description

Expand Down

0 comments on commit 2ffc1eb

Please sign in to comment.