X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=benchmark%2Fapi%2Fsrc%2Fmain%2Fyang%2Fdsbenchmark.yang;h=635ea805bb7e2d4fb45ee4d36ac4182b261f8f6b;hp=a5431014630f636d48e9191fedcc2624c5949a47;hb=7b8631eb9a762dafe40bd099ceab14b3f5a3397e;hpb=6e76bb10e6a34b2d932dc57546cafcc74401ba9c diff --git a/benchmark/api/src/main/yang/dsbenchmark.yang b/benchmark/api/src/main/yang/dsbenchmark.yang index a543101463..635ea805bb 100644 --- a/benchmark/api/src/main/yang/dsbenchmark.yang +++ b/benchmark/api/src/main/yang/dsbenchmark.yang @@ -3,6 +3,13 @@ module dsbenchmark { namespace "urn:opendaylight:params:xml:ns:yang:dsbenchmark"; prefix "dsbenchmark"; + description + "Copyright © 2015, 2018 Cisco Systems, Inc. and others. + + This program and the accompanying materials are made available under the + terms of the Eclipse Public License v1.0 which accompanies this distribution, + and is available at http://www.eclipse.org/legal/epl-v10.html"; + revision "2015-01-05" { description "Initial revision of dsbenchmark model"; } @@ -85,7 +92,7 @@ module dsbenchmark { enum "DELETE" { value 3; description - "Delete items from a list sotred in the data store"; + "Delete items from a list sorted in the data store"; } enum "READ" { value 4; @@ -184,12 +191,14 @@ module dsbenchmark { "Indicates whether the test finished successfuly"; } leaf listBuildTime { - type uint32; + type int64; + units microseconds; description "The time it took to build the list of lists"; } leaf execTime { - type uint32; + type int64; + units microseconds; description "The time it took to execute all transactions"; } @@ -206,7 +215,14 @@ module dsbenchmark { leaf ntfOk { type uint32; description - "The number of successfully received data tree change notifications"; + "The number of successfully received data tree change + notifications"; + } + leaf dataChangeEventsOk { + type uint32; + description + "The number of data change events received in data tree + change notifications"; } } }