From de441fffbd135ffc3251e54b127357f9b4a32ccd Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Wed, 30 Sep 2020 13:59:38 +0300 Subject: [PATCH] mdbx-make: add bench-triplet with sqlite3. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index d8fd35af..59a1e1e7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -473,5 +473,6 @@ bench: bench-mdbx_$(NN).txt 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 endif