This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.
from f86da24 C: Namespace "" means space = NULL.
new fe58b5a AVRO-2269 Make Perf.java more usable.
new 008b190 Added build.sh flag to pass extra docker-run args, updated
perf-doc to explain how to use.
new 2950a10 AVRO-2269 More documentation for using Perf.java
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build.sh | 12 +-
doc/src/content/htmldocs/performance-testing.html | 173 +++++++++
.../ipc/src/test/java/org/apache/avro/io/Perf.java | 187 ++++++++--
share/test/run-perf.sh | 389 +++++++++++++++++++++
4 files changed, 725 insertions(+), 36 deletions(-)
create mode 100644 doc/src/content/htmldocs/performance-testing.html
create mode 100755 share/test/run-perf.sh