From b491e8df99f02ca544c4b917eae8100c27c114cd Mon Sep 17 00:00:00 2001 From: Mery-Sanz Date: Thu, 8 May 2025 14:05:02 +0200 Subject: [PATCH] add cti-benchmark --- .gitmodules | 3 +++ benchmarks/cti_bench | 1 + 2 files changed, 4 insertions(+) create mode 160000 benchmarks/cti_bench diff --git a/.gitmodules b/.gitmodules index 7830bb11..9939935e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "benchmark/cybermetric"] path = benchmark/cybermetric url = https://github.com/cybermetric/CyberMetric.git +[submodule "benchmarks/cti_bench"] + path = benchmarks/cti_bench + url = https://github.com/xashru/cti-bench.git diff --git a/benchmarks/cti_bench b/benchmarks/cti_bench new file mode 160000 index 00000000..57ce8c24 --- /dev/null +++ b/benchmarks/cti_bench @@ -0,0 +1 @@ +Subproject commit 57ce8c246e5fc66a16c6cef743f3a983831b90f0