vaticle / typedb-benchmark

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

Fixed always using default number of agent runs #142

Closed james-whiteside closed 1 year ago

james-whiteside commented 1 year ago

What is the goal of this PR?

Each agent was always run the default number of times as the value was not overriden by the value provided in the config file. An erroneous inclusive bound has also been changed to an exclusive bound.

What are the changes implemented in this PR?

Trivial modifications to Agent and Simulation classes.