You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/12/02 15:37:47 UTC

[tinkerpop] branch master updated (c6f88be -> 587bb9d)

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

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


    from c6f88be  Merge branch '3.4-dev'
     add 0bf3fc6  Added a new benchmark for GremlinGroovyScriptEngine. CTR
     new 587bb9d  Merge branch '3.4-dev'

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:
 gremlin-tools/gremlin-benchmark/pom.xml            |  14 ++-
 .../jsr223/GremlinGroovyScriptEngineBenchmark.java | 120 +++++++++++++++++++++
 .../src/test/resources/log4j-silent.properties     |   0
 .../src/test/resources/log4j-test.properties       |   0
 4 files changed, 132 insertions(+), 2 deletions(-)
 create mode 100644 gremlin-tools/gremlin-benchmark/src/main/java/org/apache/tinkerpop/jsr223/GremlinGroovyScriptEngineBenchmark.java
 copy {sparql-gremlin => gremlin-tools/gremlin-benchmark}/src/test/resources/log4j-silent.properties (100%)
 copy gremlin-tools/{gremlin-io-test => gremlin-benchmark}/src/test/resources/log4j-test.properties (100%)


[tinkerpop] 01/01: Merge branch '3.4-dev'

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

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 587bb9d69e91f7aa2de1ac427a161b5b3984c7a9
Merge: c6f88be 0bf3fc6
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Wed Dec 2 10:36:11 2020 -0500

    Merge branch '3.4-dev'

 gremlin-tools/gremlin-benchmark/pom.xml            |  14 ++-
 .../jsr223/GremlinGroovyScriptEngineBenchmark.java | 120 +++++++++++++++++++++
 .../src/test/resources/log4j-silent.properties     |  23 ++++
 .../src/test/resources/log4j-test.properties       |  21 ++++
 4 files changed, 176 insertions(+), 2 deletions(-)

diff --cc gremlin-tools/gremlin-benchmark/pom.xml
index 4dbc742,bae619f..688f44f
--- a/gremlin-tools/gremlin-benchmark/pom.xml
+++ b/gremlin-tools/gremlin-benchmark/pom.xml
@@@ -78,7 -78,13 +83,12 @@@ limitations under the License
          <dependency>
              <groupId>org.slf4j</groupId>
              <artifactId>slf4j-log4j12</artifactId>
 -            <optional>true</optional>
          </dependency>
+         <dependency>
+             <groupId>log4j</groupId>
+             <artifactId>log4j</artifactId>
+             <optional>true</optional>
+         </dependency>
      </dependencies>
      <build>
          <plugins>