From 76b3fd431186a9ae4c48eab17ef23c91844edb82 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Wed, 7 Oct 2020 16:14:59 +0300 Subject: [PATCH] mdbx-make: add `bench-couple` target. Change-Id: I2e077dee7d6f6b3d60abac302983e387eaef67bc --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 6467330d..f9d7830b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -475,5 +475,6 @@ bench-debug: bench-debug_10.txt bench-quartet: bench-mdbx_$(NN).txt bench-lmdb_$(NN).txt bench-rocksdb_$(NN).txt bench-wiredtiger_$(NN).txt bench-triplet: bench-mdbx_$(NN).txt bench-lmdb_$(NN).txt bench-sqlite3_$(NN).txt +bench-couple: bench-mdbx_$(NN).txt bench-lmdb_$(NN).txt endif