You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2020/11/13 20:21:34 UTC

[uima-uimafit] branch master updated (ef13a63 -> bba1ba1)

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

rec pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git.


    from ef13a63  Merge pull request #136 from apache/feature/UIMA-6291-Improve-uimaFIT-benchmarking-module
     new 16feea5  [UIMA-6291] Improve uimaFIT benchmarking module - Added support for nanoseconds CPU time support in Benchmark and changed SelectBenchmark to use user time.
     new 028ce3e  [UIMA-6291] Improve uimaFIT benchmarking module - Added more selectCovered benchmarks with s.getBegin() and s.getEnd().
     new 4256998  [UIMA-6291] Improve uimaFIT benchmarking module - Added select and selectAt benchmarks using getAnnotationIndex approach.
     new 6631762  [UIMA-6291] Improve uimaFIT benchmarking module - Changed new timer names to include the postfix time, so that it is more clear that it is a time value.
     new f207e3f  [UIMA-6291] Improve uimaFIT benchmarking module
     new bba1ba1  Merge pull request #139 from mjunsilo/mjuric/benchmark-cpu-time

The 800 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:
 .../java/org/apache/uima/fit/benchmark/Batch.java  |  76 ++++-----
 .../org/apache/uima/fit/benchmark/Benchmark.java   | 164 +++++++++++++++++--
 .../apache/uima/fit/benchmark/BenchmarkGroup.java  |  28 +++-
 .../fit/benchmark/CachingRandomJCasProvider.java   |   2 +-
 .../uima/fit/benchmark/CasInitializationUtils.java |  12 +-
 .../apache/uima/fit/benchmark/FSUtilBenchmark.java |   2 +-
 .../uima/fit/benchmark/JCasFactoryBenchmark.java   |   2 -
 .../apache/uima/fit/benchmark/SelectBenchmark.java | 181 +++++++++++----------
 8 files changed, 303 insertions(+), 164 deletions(-)