This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 15a3bc5ee rename benchmark crate (#2607)
15a3bc5ee is described below
commit 15a3bc5ee4b8898af205a9894eeb206b0c3a952e
Author: Andy Grove <[email protected]>
AuthorDate: Tue May 24 12:48:19 2022 -0600
rename benchmark crate (#2607)
---
benchmarks/Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index 1a17a4d66..a42847c89 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 <[email protected]>"]