You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (JIRA)" <ji...@apache.org> on 2019/01/10 13:45:00 UTC

[jira] [Created] (IGNITE-10885) Yardstick scripts refer to nonexistent OffHeap benchmarks

Ilya Kasnacheev created IGNITE-10885:
----------------------------------------

             Summary: Yardstick scripts refer to nonexistent OffHeap benchmarks
                 Key: IGNITE-10885
                 URL: https://issues.apache.org/jira/browse/IGNITE-10885
             Project: Ignite
          Issue Type: Bug
          Components: yardstick
    Affects Versions: 2.7
            Reporter: Ilya Kasnacheev


{code}
IgnitePutTxOffHeapValuesBenchmark
IgnitePutTxOffHeapBenchmark
IgniteSqlQueryJoinOffHeapBenchmark
IgnitePutOffHeapBenchmark
IgnitePutOffHeapValuesBenchmark
IgnitePutGetOffHeapValuesBenchmark
IgniteSqlQueryOffHeapBenchmark
{code}
I expect we don't have those since 2.0, yet:
{code}
~/w/incubator-ignite% grep -ri IgnitePutTxOffHeapValuesBenchmark *
modules/yardstick/target/assembly/config/benchmark-remote.properties:-cfg ${SCRIPT_DIR}/../config/ignite-remote-config.xml -nn ${nodesNum} -b ${b} -w ${w} -d ${d} -t ${t} -sm ${sm} -dn IgnitePutTxOffHeapValuesBenchmark -sn IgniteNode -ds ${ver}tx-put-offheap-val-${b}-backup,\
modules/yardstick/config/benchmark-remote.properties:-cfg ${SCRIPT_DIR}/../config/ignite-remote-config.xml -nn ${nodesNum} -b ${b} -w ${w} -d ${d} -t ${t} -sm ${sm} -dn IgnitePutTxOffHeapValuesBenchmark -sn IgniteNode -ds ${ver}tx-put-offheap-val-${b}-backup,\
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)