# bm_collect **Repository Path**: hhz886/bm_collect ## Basic Information - **Project Name**: bm_collect - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-10-28 - **Last Updated**: 2024-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Step 1: 安装google benchmark ```bash 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 ../benchmark sudo make install ``` # Step 2: 运行 benchmark ```bash bash run.sh ```