Skip to content

Commit d5b1433

Browse files
committed
Use dataset generator to create test files
1 parent 65e03f8 commit d5b1433

File tree

9 files changed

+322
-36
lines changed

9 files changed

+322
-36
lines changed

Cargo.lock

Lines changed: 177 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ time = "0.3"
5656
tokio = { version = "1.44.2", features = ["rt", "rt-multi-thread"] }
5757
tokio-test = "0.4.4"
5858
uuid = "1.14.0"
59+
zip-extract = "0.3.0"
5960

6061
# Upstream Oxigraph dependencies
6162
oxttl = "0.1.7"

bench/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ reqwest.workspace = true
2929
serde.workspace = true
3030
serde_json.workspace = true
3131
tokio.workspace = true
32+
zip-extract.workspace = true
3233

3334
[lints]
3435
workspace = true

0 commit comments

Comments
 (0)