From 8e107b48cec6150f58f58b6cdecc276b7d32d6b7 Mon Sep 17 00:00:00 2001 From: Jos de Bruijn Date: Mon, 1 Aug 2016 10:10:51 -0700 Subject: [PATCH] Update README.md --- .../in-memory/benchmark-order-processing/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/features/in-memory/benchmark-order-processing/README.md b/samples/features/in-memory/benchmark-order-processing/README.md index 6a5a0bbf..34abbb13 100644 --- a/samples/features/in-memory/benchmark-order-processing/README.md +++ b/samples/features/in-memory/benchmark-order-processing/README.md @@ -23,10 +23,10 @@ Sample order processing workload that can be used for benchmarking transactional - There are plans to make a scalable workload driver available as well. Timeline is TBD. -|Stored Procedure |Weight |Dist %| -|--|--|--| -|GetOrdersByCustomerID |8 |25.8%| -|GetProductsByType |6 |19.4%| +|Stored Procedure|Weight|Distribution| +|----------|--------|-------| +|GetOrdersByCustomerID|8|25.8%| +|GetProductsByType|6|19.4%| |GetProductsPriceByPK |4 |12.9%| |ProductSelectionCriteria |2 |6.5%| |InsertOrder |10 |32.3%| @@ -37,7 +37,7 @@ Sample order processing workload that can be used for benchmarking transactional ## Workload description |Transaction |Type| Description| -|--|--|--| +|-----|-----|------| |GetOrdersByCustomerID |Read-only |Select customer info, orders, and order lines for a given customer.| |GetProductsByType |Read-only |Select top 10 products of a given type, ordered by price.| |GetProductsPriceByPK |Read-only |Select all products in a given ID range, ordered by price.|