benchmark icon indicating copy to clipboard operation
benchmark copied to clipboard

OpenMessaging Benchmark Framework

Results 33 benchmark issues
Sort by recently updated
recently updated
newest added

Hi guys, many thanks for your work, it's an amazing tool to compare brokers performances. On K8s I've seen a very nice new broker out there: [KubeMQ](https://kubemq.io/). What about adding...

Following the issue #275 already closed, I believe that it is better to throw an exception when the timeout is reached instead of logging a warning. I got an issue...

#272 Missing configuration in kop_custom.yaml: batchingPartitionSwitchFrequencyByPublishDelay: 100

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.42.v20210604 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @​jianglai (Lai Jiang) @​markslater (markslater) @​prenagha (Padraic Renaghan)...

dependencies

testLoadCustomConfig Unit test execution failed due to missing configuration in kop_custom.yaml: batchingPartitionSwitchFrequencyByPublishDelay: 100

It would be useful to show the structure of the JSON output from these tests, so people would know how to interpret them.

enhancement

# Motivation To be able to plug in different rate controller implementations. To enable testing. # Changes * Created a rate controller interface * Refactored existing rate controller into a...

# Motivation We would like to have the ability to set the produce throughput adaptively according to the phase of the benchmark. For example, in a general load test we...

## Motivation Currently the WorkloadGenerator.findMaximumSustainableRate algorithm introduces publish delay. It has been observed the algorithm settles on a publish rate that neither producers nor consumers can keep up with. For...

I have observed a situation where the consumer is unable to fully drain the backlog, but does reach a steady state. In this scenario, the test does not terminate at...