vaticle / typedb-benchmark

TypeDB Simulation and Benchmarking Library
GNU Affero General Public License v3.0
9 stars 15 forks source link

Restore Neo4J benchmark and deactivated factory-tracing #136

Closed flyingsilverfin closed 1 year ago

flyingsilverfin commented 1 year ago

What is the goal of this PR?

We add back the Neo4J benchmark to allow comparisons between TypeDB and Neo4j. We also comment out the 3-node cluster tests, and keep only Neo4j, TypeDB, and TypeDB Cluster with 1 node as our baseline. Factory-tracing can also be enabled via the factory-tracing arguments to benchmark, once the tracing SSL issues are resolved.

What are the changes implemented in this PR?

grabl commented 1 year ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Code

Architecture

flyingsilverfin commented 1 year ago

Merged with admin privileges since this is mostly a restoration of old code that was accidentally deleted by @lolski - the restoration and approach was approved by him already.