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

Currently if you specify a "no consume" workload (e.g., with 0 subscriptions per topic) it will still allocate 1/2 (rounded up) of all worker nodes to consumer workers, even though...

Hi, I have been using benchmark with the helm template and found out that the image has not been updated for 5 years. this causes some functionality like the `--csv`...

stale

Usability fix to know which topics are created during benchmark setup. This helps when running multiple benchmarks and want to look metrics for specific topics.

Bumps org.eclipse.jetty:jetty-server from 9.4.42.v20210604 to 9.4.55.v20240627. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jetty:jetty-server&package-manager=maven&previous-version=9.4.42.v20210604&new-version=9.4.55.v20240627)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I'm trying to understand how to run this benchmark, so I have installed Kafka (2.13-3.8.0) on my Ubuntu machine and started it as follows: ``` kafka-storage.sh format -t $KAFKA_CLUSTER_ID -c...

When testing against SaaS providers, benchmark setup can take quite a bit of time. If actions such as topic creation are artificially throttled it can take upwards of 20 minutes...

This PR enhances the deployment of Pulsar on AWS using Terraform and Ansible, incorporating several improvements and optimizations: 1) Prevent redundant benchmark code uploads: Optimized benchmark code deployment by splitting...

From what I saw in the code is not possible to have a test that asserts the messages send and received right ?

Hello OpenMessaging maintainers - thank you for your work on this project! I'm running some very large benchmarks (20k consumers) spread out over 8 very large machines to simulate a...

We are using the benchmark tests for testing K8s Kafka clusters within our SAP landscapes. In the [docker](./docker) folder there where build files, that where not working for us. Therefore,...

stale