Re: Running Yardstick benchmark with persistent store enabled
Hi,
Try to add "-pds" flag in input arguments for Ignite benchmarks to
enable persistence.
On Sat, Aug 11, 2018 at 12:19 AM Mammo, Mulugeta
<[hidden email]> wrote:
>
> Hi,
>
> I was testing out the Yardstick benchmark in my local machine and it looks to me that there is no direct way to run the benchmarks with persistent store enabled. I modified the ignite-localhost-config.xml with persistentEnabled and then had to modify https://github.com/apache/ignite/blob/master/modules/yardstick/src/main/java/org/apache/ignite/yardstick/IgniteAbstractBenchmark.java#L63 to add a node.ignite().active(true) to activate cluster.. the benchmark will run successfully but the results looks weird in that I see no disk IO.
>
> Any ideas?
>
> Thanks,
> Mulugeta
>