Google Benchmarking in C++
Install Google Benchmarking in Ubuntu:
sudo apt-get update
sudo apt-get install -y git cmake build-essential libbenchmark-dev
git clone https://github.com/google/benchmark.git
cd benchmark
git clone https://github.com/google/googletest.git
mkdir b...
arunudayakumar.hashnode.dev2 min read