diff --git a/examples/szdiagnostic/check_datastore_performance.txt b/examples/szdiagnostic/check_datastore_performance.txt index 2c5a295..4b444db 100644 --- a/examples/szdiagnostic/check_datastore_performance.txt +++ b/examples/szdiagnostic/check_datastore_performance.txt @@ -1,6 +1,6 @@ // Just example numbers. Your mileage may vary. { - "numRecordsInserted": 200000, - "insertTime": 3000 + "numRecordsInserted": 0, + "insertTime": 0 } \ No newline at end of file diff --git a/examples/szdiagnostic/get_datastore_info.txt b/examples/szdiagnostic/get_datastore_info.txt index a141edd..dc14a4c 100644 --- a/examples/szdiagnostic/get_datastore_info.txt +++ b/examples/szdiagnostic/get_datastore_info.txt @@ -1,9 +1,9 @@ { - "Hybrid Mode": false, - "Database Details": [ + "dataStores": [ { - "Name": "/tmp/sqlite/G2C.db", - "Type": "sqlite3" + "id": "CORE", + "type": "sqlite3", + "location": "/tmp/sqlite/G2C.db" } ] } \ No newline at end of file