Fix start with samples in Gremlin API (#448)

This commit is contained in:
victor-meng
2021-02-24 10:17:15 -08:00
committed by GitHub
parent e8e5eb55cb
commit 7cbf7202b0

View File

@@ -3,6 +3,7 @@
"offerThroughput": 400,
"databaseLevelThroughput": false,
"collectionId": "Persons",
"createNewDatabase": true,
"partitionKey": { "kind": "Hash", "paths": ["/name"] },
"data": [
"g.addV('person').property(id, '1').property('name', 'Eva').property('age', 44)",