GitHub user pavel-kuznetsov opened a pull request:
https://github.com/apache/ignite/pull/4821 IGNITE-9655 DML benchmark suite (except selects)
Created benchmark suite for updates and insert+deletes.
Removed outdated benchmarks.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-9655
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4821.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4821
----
commit 858426ca5b65262fde5e73d524caf9fa187637c8
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-09-21T14:32:51Z
ignite-9655: created configuration with my benchmarks.
commit dce4e0ef3e5b6d0b95d27f246da1a13c6d0ce969
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-09-23T23:20:56Z
ignite-9655: updated benchmarks.
Left questions in the end in comments. Use only native sql.
commit 43f7495b248478b92a725a803021b3ca85c864bd
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-09-24T11:47:30Z
ignite-9655: fixed extra ','
commit 0cda529d54cec967daee05328cde85103ee57416
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-09-24T14:52:29Z
ignite-9655: added other drivers.
commit c93abcfb700f82d71e2920e16a5ce6aee86dba97
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-09-24T15:44:07Z
ignite-9655: removed duplicated -cl flag.
commit a05f486a30be05c0c9080407a85df2ce763164ba
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-09-24T19:28:05Z
ignite-9655: removed incorrect benchmarks (dml).
Removed benchmarks from package org.apache.ignite.yardstick.cache.dml that don't have steady state.
commit 7304a2ecc86d2fd02cca885de1252576edb1e659
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-09-24T18:40:49Z
ignite-9655: removed incorrect benchmarks (jdbc.store).
Removed benchmarks from package org.apache.ignite.yardstick.cache.store.jdbc since they are not needed.
----
---