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

Reply via email to