diff options
| author | ruki <[email protected]> | 2020-03-23 23:06:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-23 12:38:37 +0800 |
| commit | 44f3296096c3c18fa2825207445341410bddb428 (patch) | |
| tree | 709f803553fd1957fd15bf5fc7b372de3c6d77c6 | |
| parent | 03b43a0d064590ccd167713da2e44e280131a56d (diff) | |
update readme
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | README_zh.md | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -126,6 +126,8 @@ $ xmake f --menu The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/core) +### Multi-task parallel compilation + | buildsystem | Termux (8core/-j12) | buildsystem | MacOS (8core/-j12) | |----- | ---- | --- | --- | |xmake | 24.890s | xmake | 12.264s | @@ -133,6 +135,8 @@ The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/cor |cmake(gen+make) | 5.416s+28.473s | cmake(gen+make) | 1.203s+14.030s | |cmake(gen+ninja) | 4.458s+24.842s | cmake(gen+ninja) | 0.988s+11.644s | +### Single task compilation + | buildsystem | Termux (-j1) | buildsystem | MacOS (-j1) | |----- | ---- | --- | --- | |xmake | 1m57.707s | xmake | 39.937s | diff --git a/README_zh.md b/README_zh.md index db768572b..4e82846f9 100644 --- a/README_zh.md +++ b/README_zh.md @@ -132,6 +132,8 @@ $ xmake f --menu 测试工程: [xmake-core](https://github.com/xmake-io/xmake/tree/master/core) +### 多任务并行编译测试 + | 构建系统 | Termux (8core/-j12) | 构建系统 | MacOS (8core/-j12) | |----- | ---- | --- | --- | |xmake | 24.890s | xmake | 12.264s | @@ -139,6 +141,8 @@ $ xmake f --menu |cmake(gen+make) | 5.416s+28.473s | cmake(gen+make) | 1.203s+14.030s | |cmake(gen+ninja) | 4.458s+24.842s | cmake(gen+ninja) | 0.988s+11.644s | +### 单任务编译测试 + | 构建系统 | Termux (-j1) | 构建系统 | MacOS (-j1) | |----- | ---- | --- | --- | |xmake | 1m57.707s | xmake | 39.937s | |
