SqlQueryFullScanBenchmark config fixed
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/32f564cf Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/32f564cf Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/32f564cf Branch: refs/heads/ignite-10639 Commit: 32f564cf4847b9b7493f74b946f9c65ba73bb0c2 Parents: b4bfd4c Author: Sergi Vladykin <[email protected]> Authored: Tue Dec 18 15:30:31 2018 +0300 Committer: Sergi Vladykin <[email protected]> Committed: Tue Dec 18 15:30:31 2018 +0300 ---------------------------------------------------------------------- modules/yardstick/config/ignite-base-config.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/32f564cf/modules/yardstick/config/ignite-base-config.xml ---------------------------------------------------------------------- diff --git a/modules/yardstick/config/ignite-base-config.xml b/modules/yardstick/config/ignite-base-config.xml index 6db8b6e..99f2460 100644 --- a/modules/yardstick/config/ignite-base-config.xml +++ b/modules/yardstick/config/ignite-base-config.xml @@ -127,6 +127,9 @@ <value>org.apache.ignite.yardstick.cache.model.Person</value> <value>java.lang.Integer</value> + <value>org.apache.ignite.yardstick.cache.model.PersonNoIndex</value> + + <value>java.lang.Integer</value> <value>org.apache.ignite.yardstick.cache.model.SampleValue</value> <value>java.lang.Integer</value>
