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

asf-gitbox-commits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git


    from 8d85907  PDFBOX-5660: add default to switch
     new cb40b3c  PDFBOX-6151: Add ArithmeticDecoderBenchmark with JMH/JFR 
profiling infrastructure
     new 02e9162  PDFBOX-6151: Deprecate DefaultInputStreamFactory in favour of 
direct ImageInputStream construction

The 2 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:
 pom.xml                                            |  58 ++++++++-
 .../pdfbox/jbig2/io/DefaultInputStreamFactory.java |  10 ++
 .../java/org/apache/pdfbox/jbig2/ChecksumTest.java |   5 +-
 .../apache/pdfbox/jbig2/JBIG2ImageReaderDemo.java  |   5 +-
 .../apache/pdfbox/jbig2/JBIG2ImageReaderTest.java  |  17 +--
 .../org/apache/pdfbox/jbig2/JBIG2PageTest.java     |  11 +-
 .../arithmetic/ArithmeticDecoderBenchmark.java     | 132 +++++++++++++++++++++
 .../decoder/arithmetic/ArithmeticDecoderTest.java  |   8 +-
 .../arithmetic/ArithmeticIntegerDecoderTest.java   |   5 +-
 .../jbig2/decoder/mmr/MMRDecompressorTest.java     |   5 +-
 .../apache/pdfbox/jbig2/image/BitmapsBlitTest.java |   8 +-
 .../pdfbox/jbig2/image/BitmapsChecksumTest.java    |   9 +-
 .../pdfbox/jbig2/segments/GenericRegionTest.java   |  14 +--
 .../pdfbox/jbig2/segments/HalftoneRegionTest.java  |   5 +-
 .../pdfbox/jbig2/segments/PageInformationTest.java |  11 +-
 .../jbig2/segments/PatternDictionaryTest.java      |  11 +-
 .../segments/RegionSegmentInformationTest.java     |   5 +-
 .../pdfbox/jbig2/segments/TextRegionTest.java      |   5 +-
 18 files changed, 245 insertions(+), 79 deletions(-)
 create mode 100644 
src/test/java/org/apache/pdfbox/jbig2/decoder/arithmetic/ArithmeticDecoderBenchmark.java

Reply via email to