up
This commit is contained in:
Ramazan Sakin 2020-12-15 21:50:08 +03:00 коммит произвёл GitHub
Родитель 67c2f5b908
Коммит f2da566183
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -6,7 +6,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
terminology from [queuing
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
and message-passing API.