# tone-cli **Repository Path**: wangpingping000/tone-cli ## Basic Information - **Project Name**: tone-cli - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 79 - **Created**: 2022-09-28 - **Last Updated**: 2022-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

tone command line

简体中文 | [English](README.md) ## 安装 ```bash make install ``` ## 使用 以unixbench为例: * 第一步:获取已集成的测试套 ```bash $ tone list unixbench performance ``` * 第二步:拉取测试套对应的仓库 ```bash $ tone fetch unixbench ``` * 第三步:安装测试套 ```bash $ tone install unixbench ``` * 第四步:执行测试套 ```bash $ tone run unixbench ```