From 380ea84c9fab79b92e05fae3b8f7516432df5679 Mon Sep 17 00:00:00 2001 From: SarveshOO7 Date: Thu, 2 May 2024 10:20:02 -0400 Subject: [PATCH] added benchmark submodule --- .gitmodules | 8 +++----- rocksdb_bench | 1 + 2 files changed, 4 insertions(+), 5 deletions(-) create mode 160000 rocksdb_bench diff --git a/.gitmodules b/.gitmodules index 0223eae..a9bcb29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,8 +2,6 @@ path = async-bpm url = git@github.com:Connortsui20/async-bpm.git branch = main -[submodule "benchmark"] - path = benchmark - url = git@github.com:SarveshOO7/rocksdb_bench.git - branch = main - \ No newline at end of file +[submodule "rocksdb_bench"] + path = rocksdb_bench + url = https://github.com/SarveshOO7/rocksdb_bench.git diff --git a/rocksdb_bench b/rocksdb_bench new file mode 160000 index 0000000..9607be3 --- /dev/null +++ b/rocksdb_bench @@ -0,0 +1 @@ +Subproject commit 9607be3176ad9c6531a5e851c1578ab0596966a2