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/04 10:09:59 UTC

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

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 8c40fc4  Merge pull request #137 from apache/feature/UIMA-6270-Add-selectOverlapping-to-JCasUtil
     add fc06d67  [UIMA-6291] Improve uimaFIT benchmarking module
     add f1a8f6f  [UIMA-6291] Improve uimaFIT benchmarking module
     add 176e9bd  Merge branch 'master' into feature/UIMA-6291-Improve-uimaFIT-benchmarking-module
     add f01a0db  Merge branch 'master' into feature/UIMA-6291-Improve-uimaFIT-benchmarking-module
     add 810dc43  [UIMA-6291] Improve uimaFIT benchmarking module
     add 72895b5  [UIMA-6291] Improve uimaFIT benchmarking module
     new ef13a63  Merge pull request #136 from apache/feature/UIMA-6291-Improve-uimaFIT-benchmarking-module

The 1 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:
 uimafit-benchmark/pom.xml                          |   2 +-
 .../java/org/apache/uima/fit/benchmark/Batch.java  |   1 +
 .../org/apache/uima/fit/benchmark/Benchmark.java   | 233 ++++++++++--------
 .../apache/uima/fit/benchmark/BenchmarkGroup.java  |  58 +++++
 .../fit/benchmark/CachingRandomJCasProvider.java}  |  55 +++--
 .../uima/fit/benchmark/CasInitializationUtils.java |   6 +-
 .../uima/fit/benchmark/CasUtilBenchmark.java       | 208 ----------------
 .../uima/fit/benchmark/JCasUtilBenchmark.java      | 193 ---------------
 .../apache/uima/fit/benchmark/SelectBenchmark.java | 265 +++++++++++++++++++++
 9 files changed, 485 insertions(+), 536 deletions(-)
 create mode 100644 uimafit-benchmark/src/main/java/org/apache/uima/fit/benchmark/BenchmarkGroup.java
 copy uimafit-benchmark/src/{test/java/org/apache/uima/fit/benchmark/FSUtilBenchmark.java => main/java/org/apache/uima/fit/benchmark/CachingRandomJCasProvider.java} (52%)
 delete mode 100644 uimafit-benchmark/src/test/java/org/apache/uima/fit/benchmark/CasUtilBenchmark.java
 delete mode 100644 uimafit-benchmark/src/test/java/org/apache/uima/fit/benchmark/JCasUtilBenchmark.java
 create mode 100644 uimafit-benchmark/src/test/java/org/apache/uima/fit/benchmark/SelectBenchmark.java


[uima-uimafit] 01/01: Merge pull request #136 from apache/feature/UIMA-6291-Improve-uimaFIT-benchmarking-module

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ef13a638713087f7a59ae9accabe1409a3953932
Merge: 8c40fc4 72895b5
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Nov 4 11:09:20 2020 +0100

    Merge pull request #136 from apache/feature/UIMA-6291-Improve-uimaFIT-benchmarking-module
    
    [UIMA-6291] Improve uimaFIT benchmarking module

 uimafit-benchmark/pom.xml                          |   2 +-
 .../java/org/apache/uima/fit/benchmark/Batch.java  |   1 +
 .../org/apache/uima/fit/benchmark/Benchmark.java   | 233 ++++++++++--------
 .../apache/uima/fit/benchmark/BenchmarkGroup.java  |  58 +++++
 .../fit/benchmark/CachingRandomJCasProvider.java   |  57 +++++
 .../uima/fit/benchmark/CasInitializationUtils.java |   6 +-
 .../uima/fit/benchmark/CasUtilBenchmark.java       | 208 ----------------
 .../uima/fit/benchmark/JCasUtilBenchmark.java      | 193 ---------------
 .../apache/uima/fit/benchmark/SelectBenchmark.java | 265 +++++++++++++++++++++
 9 files changed, 513 insertions(+), 510 deletions(-)