mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
Individual ws
This commit is contained in:
parent
8905c88819
commit
dc85c7d997
6 changed files with 76 additions and 44 deletions
|
@ -54,7 +54,7 @@ async fn entity_threaded() {
|
|||
.reader("tests/data/Entity.json")
|
||||
.unwrap();
|
||||
|
||||
create_db_entities_threaded(&db, reader, None, 1000, 100)
|
||||
create_db_entities_threaded(Some(db.clone()), reader, None, 1000, 100)
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
|
@ -96,7 +96,7 @@ async fn property_threaded() {
|
|||
.reader("tests/data/Property.json")
|
||||
.unwrap();
|
||||
|
||||
create_db_entities_threaded(&db, reader, None, 1000, 100)
|
||||
create_db_entities_threaded(Some(db.clone()), reader, None, 1000, 100)
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue