diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 1a17a4d6626a..a42847c89116 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -16,8 +16,8 @@ # under the License. [package] -name = "arrow-benchmarks" -description = "Apache Arrow Benchmarks" +name = "datafusion-benchmarks" +description = "DataFusion Benchmarks" version = "5.0.0" edition = "2021" authors = ["Apache Arrow "]