Skip to content

Commit

Permalink
#43 Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Apr 29, 2024
1 parent 8a15a6b commit edc7577
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/szdiagnostic/check_datastore_performance.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Just example numbers. Your mileage may vary.

{
"numRecordsInserted": 200000,
"insertTime": 3000
"numRecordsInserted": 0,
"insertTime": 0
}
8 changes: 4 additions & 4 deletions examples/szdiagnostic/get_datastore_info.txt
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit edc7577

Please sign in to comment.