This is an automated email from the ASF dual-hosted git repository.

bogong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from f763f27  [Schema] Fix pulsar use json or avro primitive schema. 
(#12886)
     add 793a8b9  [Transaction] Add transaction perf (#11933)

No new revisions were added by this update.

Summary of changes:
 bin/pulsar-perf                                    |   3 +
 .../testclient/CmdGenerateDocumentation.java       |   1 +
 .../pulsar/testclient/PerformanceConsumer.java     | 252 ++++++--
 .../pulsar/testclient/PerformanceProducer.java     | 160 ++++-
 .../pulsar/testclient/PerformanceTransaction.java  | 707 +++++++++++++++++++++
 .../pulsar/testclient/utils/PerformanceUtils.java  |  59 ++
 .../testclient/PerformanceTransactionTest.java     | 240 +++++++
 7 files changed, 1358 insertions(+), 64 deletions(-)
 create mode 100644 
pulsar-testclient/src/main/java/org/apache/pulsar/testclient/PerformanceTransaction.java
 create mode 100644 
pulsar-testclient/src/main/java/org/apache/pulsar/testclient/utils/PerformanceUtils.java
 create mode 100644 
pulsar-testclient/src/test/java/org/apache/pulsar/testclient/PerformanceTransactionTest.java

Reply via email to