Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/github/deli
https://github.com/github/deli
dsl haskell model-checking modeling performance performance-analysis performance-testing performance-tuning queueing-theory
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/github/deli
- Owner: github
- License: bsd-3-clause
- Archived: true
- Created: 2017-10-12T20:12:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T15:50:07.000Z (almost 4 years ago)
- Last Synced: 2024-09-25T21:08:35.278Z (about 2 months ago)
- Topics: dsl, haskell, model-checking, modeling, performance, performance-analysis, performance-testing, performance-tuning, queueing-theory
- Language: Haskell
- Size: 48.8 KB
- Stars: 166
- Watchers: 276
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome - github/deli - checking,modeling,performance,performance-analysis,performance-testing,performance-tuning,queueing-theory pushed_at:2020-12 star:0.2k fork:0.0k (Haskell)
README
# deli
## What is Deli?
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 [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.Deli's documentation is divided into the following three sections, depending on
your interest.## First time readers
If you're looking for an overview on Deli, and whether it may be appropriate
for your problem, head over to our [overview documentation](docs/overview.md).## Using Deli
If you've decided you want to use Deli, or are already using it in a project,
then our [user guide](docs/user-guide.md) is a great resource.## Contributing
If you'd like to contribute to Deli, start with our [contributing
documentation](docs/contributing.md).## License
Deli is BSD3 licensed. More information is available in [LICENSE](LICENSE).