google benchmark安装

晋涛
2023-12-01
sudo apt install cmake
git clone https://github.com/google/benchmark.git
git clone https://github.com/google/googletest.git  benchmark/googletest
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE ..
make -j4
 类似资料: