From 5082a68d8cb9b26570a6e3876e459a253646f5a4 Mon Sep 17 00:00:00 2001 From: Amin Aminian <47900904+aminiun@users.noreply.github.com> Date: Sun, 3 Mar 2024 21:57:16 +0330 Subject: [PATCH] Added libssl-dev to Memtier required pacakges --- docs/benchmarking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/benchmarking.md b/docs/benchmarking.md index 7220ecf..a39a48b 100644 --- a/docs/benchmarking.md +++ b/docs/benchmarking.md @@ -13,7 +13,7 @@ KeyDB is multithreaded on several levels and seeing the differences becomes appa You can visit [memtiers github rep](https://github.com/RedisLabs/memtier_benchmark) or follow these quick steps to get up and running on typical Ubuntu/Debian: ``` -apt-get install build-essential autoconf automake libpcre3-dev libevent-dev pkg-config zlib1g-dev +apt-get install build-essential autoconf automake libpcre3-dev libevent-dev pkg-config zlib1g-dev libssl-dev git clone https://github.com/RedisLabs/memtier_benchmark.git cd memtier_benchmark autoreconf -ivf