I am trying to use the cypher benchmark to evaluate the performance of Neo4j under different configurations. I set operation_count=2500 and run interactive-benchmark.sh script multiple times. However, I was getting three different final operations counts (2473, 2532, 2584) across 3 different runs. Is this the expected result?
I see that your setting is thread_count=2 – when using multiple threads, it is normal to have some degree of non-determinism and the operation_count not matching perfectly.
Hi,
I am trying to use the cypher benchmark to evaluate the performance of Neo4j under different configurations. I set
operation_count=2500
and runinteractive-benchmark.sh
script multiple times. However, I was getting three different final operations counts (2473
,2532
,2584
) across 3 different runs. Is this the expected result?Thanks for any help in advance!
Here is my configuration