An open API service indexing awesome lists of open source software.

https://github.com/Hyperfoil/Hyperfoil

Microservice-oriented load driver solving the coordinated-omission fallacy
https://github.com/Hyperfoil/Hyperfoil

coordinated-omission java load-driver performance

Last synced: about 2 months ago
JSON representation

Microservice-oriented load driver solving the coordinated-omission fallacy

Awesome Lists containing this project

README

        

![hyperfoil_logo](https://user-images.githubusercontent.com/91419219/228698725-f281b5cc-7a36-4a21-b86f-995a3bddd205.png)

GitHub issues
GitHub forks
GitHub stars
GitHub license

Hyperfoil is microservice-oriented distributed benchmark framework
that solves the [coordinated-omission fallacy](https://www.slideshare.net/InfoQ/how-not-to-measure-latency-60111840).

Project website: [https://hyperfoil.io](https://hyperfoil.io).

## Prerequisites

* Java 17
* [Apache Maven 3.8](https://maven.apache.org/)

## Getting Started

```bash
mvn package
```

To run without test cases do

```bash
mvn -DskipTests=true package
```

Then the distribution is either in `distribution/target/hyperfoil--SNAPSHOT.zip` or in

``` bash
cd distribution/target/distribution/
```

## Image

We publish the image at [quay.io/hyperfoil/hyperfoil](https://quay.io/repository/hyperfoil/hyperfoil?tab=tags).

## Contributing

Contributions to `Hyperfoil` are managed on [GitHub.com](https://github.com/Hyperfoil/Hyperfoil/)

* [Ask a question](https://github.com/Hyperfoil/Hyperfoil/discussions)
* [Raise an issue](https://github.com/Hyperfoil/Hyperfoil/issues)
* [Feature request](https://github.com/Hyperfoil/Hyperfoil/issues)
* [Code submission](https://github.com/Hyperfoil/Hyperfoil/pulls)

Checkout the [Contributing guide](./CONTRIBUTING.md) for more details and suggestions on how to setup the project.

You can reach the community on [Zulip](http://hyperfoil.zulipchat.com).

Please, consult our [Code of Conduct](./CODE_OF_CONDUCT.md) policies for interacting in our community.

Consider giving the project a [star](https://github.com/Hyperfoil/Hyperfoil/stargazers) :star: on [GitHub](https://github.com/Hyperfoil/Hyperfoil/) if you find it useful.

## License

[Apache-2.0 license](https://opensource.org/licenses/Apache-2.0)