From 07ecbca5bed16aa0fc2d49e850423c14336655d9 Mon Sep 17 00:00:00 2001 From: jymok12 <51149077+jymok12@users.noreply.github.com> Date: Mon, 25 Nov 2019 09:48:33 -0800 Subject: [PATCH] Line 7 -8 Deli is used to determine time for jobs or requests to be finished. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 394a04d..ed9de7e 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ Deli is a performance modeling tool, allowing you to understand and experiment with new designs at several orders of magnitude faster than wall-clock time. -Specifically, Deli is designed to help you understand how long it takes for -'jobs' or 'requests' to complete in your system. Deli borrows concepts and +Deli is used to determine time for jobs or requests to be finished. Deli borrows concepts and terminology from [queueing theory](https://en.wikipedia.org/wiki/Queueing_theory), and is implemented as a Haskell DSL, exposing a [Go (language)](https://golang.org/) -like concurrency