From 28230306bec2d5c7be8c78133d59a804dcf56c5d Mon Sep 17 00:00:00 2001 From: Jos de Bruijn Date: Wed, 4 May 2016 11:01:41 -0700 Subject: [PATCH] note about config form --- samples/features/in-memory/ticket-reservations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/in-memory/ticket-reservations/README.md b/samples/features/in-memory/ticket-reservations/README.md index d781411f..d3afe497 100644 --- a/samples/features/in-memory/ticket-reservations/README.md +++ b/samples/features/in-memory/ticket-reservations/README.md @@ -25,7 +25,7 @@ This Windows Forms sample application built on .NET Framework 4.6 demonstrates 7. Build the app for release and run it. Do not use the debugger, as that will slow down the app. -8. Start the workload with the **Start** button, and run for a while to show perf profile. Then press stop to stop the workload. +8. Start the workload with the **Start** button, and run for a while to show perf profile. Then press stop to stop the workload. You can tweak aspects of the workload (e.g., rows per transaction) through the configuration form accessed using the "Options" menue. 9. In the database project, - Change TicketReservations.sql to a memory-optimized table (instructions commented in the file itself)