BUG-7783: increase precision of execution times
[controller.git] / benchmark / api / src / main / yang / dsbenchmark.yang
index fc0c1bd8d11dc17c7fa5b8010f34383aa52ac9e8..f8394e8ae9ca4c4ccbe3b22b0679947372864f34 100644 (file)
@@ -184,12 +184,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";
             }