vaticle / typedb-benchmark

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

Restructure and introduce read-write benchmark #148

Closed krishnangovindraj closed 1 year ago

krishnangovindraj commented 1 year ago

What is the goal of this PR?

Implements the TypeDB benchmark using the simulation framework. This benchmark contains a 'minimal set of representative queries' to emulate a typical typedb workload. It was developed to evaluate the effects of replacing RocksDB with SpeeDB on read & write performance, and to evaluate the effect of any future changes on performance.

What are the changes implemented in this PR?