Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micheljung/koburst
https://github.com/micheljung/koburst
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/micheljung/koburst
- Owner: micheljung
- License: gpl-3.0
- Created: 2024-09-29T19:20:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T12:04:37.000Z (about 2 months ago)
- Last Synced: 2024-12-03T00:30:45.198Z (about 1 month ago)
- Language: CSS
- Size: 412 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# KoBurst: High Performance Load Testing written in Kotlin
Super simple, super small, super generic, super fast, super extensible load testing tool written in
Kotlin for Kotlin.## Why KoBurst?
With all the load testing tools out there, why would you want to use KoBurst?
* It's not written in Scala, Java, Python, or JavaScript. It's written in Kotlin - the language you
know and love, and are able to debug.
* It has no fancy abstractions that aim to make your life easier while actually making it harder -
no need to consult the documentation just to understand how to write an `if` statement or a `for`
loop. Neither are there roadblocks that prevent you from debugging.
* It's not modular - no need for plugins that are often paid, unmaintained, don't work or don't
exist.
* No blocking code - all code is based on Kotlin coroutines.
* No fixed set of metrics. By leveraging Micrometer, KoBurst allows you to collect any metrics you
want.
* No proprietary visualization. By leveraging Grafana, you're free to visualize and build dashboards
the way need them to be.## Why not KoBurst?
* KoBurst is brand new.
* It's not yet documented.
* There's only a single contributor.
* It's for Kotlin developers only.