-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: syk-coder/benchmark
base: master
head repository: openmessaging/benchmark
compare: master
- 15 commits
- 31 files changed
- 16 contributors
Commits on Aug 11, 2023
-
Fix failed drive-kop tests (openmessaging#387)
* Fix failed drive-kop tests * Fix format violation
Configuration menu - View commit details
-
Copy full SHA for 6a947eb - Browse repository at this point
Copy the full SHA 6a947ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31215cc - Browse repository at this point
Copy the full SHA 31215ccView commit details -
Add maven exclusion for netty transitive dependency in artemis (openm…
…essaging#376) * exclude artemis netty transitive dependency * lint pom.xml --------- Co-authored-by: sky.kistler <sky.kistler@reddit.com>
Configuration menu - View commit details
-
Copy full SHA for 1c681e9 - Browse repository at this point
Copy the full SHA 1c681e9View commit details
Commits on Aug 28, 2023
-
[NATS] Extend to support in-memory stream (openmessaging#370)
* [nats] Add storage type to config so one can test with file or memory stream. * [nats] Add maxBytes to config so one can prevent NATS running out of memory incase the storage type is set to "Memory"
kevin-ip authoredAug 28, 2023 Configuration menu - View commit details
-
Copy full SHA for b3a9044 - Browse repository at this point
Copy the full SHA b3a9044View commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f2a4e8c - Browse repository at this point
Copy the full SHA f2a4e8cView commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a68a61 - Browse repository at this point
Copy the full SHA 0a68a61View commit details
Commits on Nov 16, 2023
-
guyinyou committed
Nov 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 71b6ff2 - Browse repository at this point
Copy the full SHA 71b6ff2View commit details -
guyinyou committed
Nov 16, 2023 Configuration menu - View commit details
-
Copy full SHA for d0c0277 - Browse repository at this point
Copy the full SHA d0c0277View commit details
Commits on Dec 14, 2023
-
Fixed for 'Failed to execute goal com.diffplug.spotless:spotless-mave…
…n-plugin:2.25.0:check (check) on project driver-rocketmq: The following files had format violations: [ERROR] src/main/java/io/openmessaging/benchmark/driver/rocketmq/RocketMQBenchmarkDriver.java' (openmessaging#399) Co-authored-by: nuolin <lushiji@xiaohongshu.com>
Configuration menu - View commit details
-
Copy full SHA for f423781 - Browse repository at this point
Copy the full SHA f423781View commit details
Commits on Dec 20, 2023
-
Grow buffer if histogram can't fit (openmessaging#398)
* Grow the histogram buffer if it is too small When we serialize a histogram to a byte array, the intermediate ByteBuffer that we pass may be too small which may result in silent truncation of the encoded histogram. This will manifest on the driver side as a decoding failure. This change detects this case and grows the buffer by a factor of 2 until it fits. Fixes openmessaging#369. * Add Histogram deserialization test Add an addition test to the HistogramSerDeTest which tests that histogram deserialization roundtrips even when the serialized size exceeds the initial buffer. * Fixed spotbugs warnings --------- Co-authored-by: Matteo Merli <mmerli@apache.org>
Configuration menu - View commit details
-
Copy full SHA for 4eb2327 - Browse repository at this point
Copy the full SHA 4eb2327View commit details -
Bump com.rabbitmq:amqp-client from 4.8.0 to 5.18.0 in /driver-rabbitmq (
openmessaging#394) Bumps [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 4.8.0 to 5.18.0. - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](rabbitmq/rabbitmq-java-client@v4.8.0...v5.18.0) --- updated-dependencies: - dependency-name: com.rabbitmq:amqp-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 13785ca - Browse repository at this point
Copy the full SHA 13785caView commit details
Commits on Jan 31, 2024
-
fix(driver-kafka): Fix the ineffective
KAFKA_JVM_PERFORMANCE_OPTS
(o……penmessaging#397) Signed-off-by: Ning Yu <ningyu@automq.com>
Configuration menu - View commit details
-
Copy full SHA for d84465c - Browse repository at this point
Copy the full SHA d84465cView commit details -
kafka: chore: upgrade kafka version (openmessaging#404)
Some known issues with current version: - PEM files cannot be used because of a bug.
Configuration menu - View commit details
-
Copy full SHA for c361cbc - Browse repository at this point
Copy the full SHA c361cbcView commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe3c5a0 - Browse repository at this point
Copy the full SHA fe3c5a0View commit details
Commits on Dec 2, 2024
-
Support set client.id with Zone ID for Kafka driver (openmessaging#424)
* Support set client.id with Zone ID for Kafka driver * Apply spotless fix
Configuration menu - View commit details
-
Copy full SHA for b10b227 - Browse repository at this point
Copy the full SHA b10b227View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master