Deli is used to determine time for jobs or requests to be finished.
This commit is contained in:
jymok12 2019-11-25 09:48:33 -08:00 коммит произвёл GitHub
Родитель 294910df22
Коммит 07ecbca5be
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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