From 7af529a441b30654052c094502e844818baeed77 Mon Sep 17 00:00:00 2001 From: Erik Ostermueller Date: Mon, 2 Jan 2023 14:07:18 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ed1122a..fbe43dd 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Each scenario-puzzle takes 15-ish minutes and comes with special markdown hyperl * 1.8+ JDK * Tested on MS-Win and Mac, but Linux should work too…..pls file a bug report with any problems. +# Use Cases +* Train staff on Java Performance +* Benchmark performance of competing java code designs +* Great way to share/analyze performance during a code review. +* Easy way to provide consistency when conducting interviews for java performance skills. + # Links The [Quickstart](https://github.com/eostermueller/performanceAnalysisWorkbench/wiki/Quickstart). Download/install/run to run the pre-packaged java code showing performance defects and fixes.