Skip to content

Commit 82e2b8b

Browse files
committed
Enable clap env feature and update README
Signed-off-by: Abhi Agarwal <[email protected]>
1 parent 069d48e commit 82e2b8b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

crates/benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
publish = false
1111

1212
[dependencies]
13-
clap = { version = "4", features = ["derive"] }
13+
clap = { version = "4", features = ["derive", "env"] }
1414
tokio = { workspace = true, features = ["fs", "macros", "rt", "io-util"] }
1515
url = { workspace = true }
1616
tempfile = { workspace = true }

crates/benchmarks/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Merge
1+
# Benchmarks
2+
23
The merge benchmarks are similar to the ones used by [Delta Spark](https://github.com/delta-io/delta/pull/1835).
34

45

0 commit comments

Comments
 (0)