From 6210c91f54a74de7af73036fbc73575c9e02e41d Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Tue, 24 May 2022 07:59:51 -0600 Subject: [PATCH] rename benchmark crate --- benchmarks/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "]