diff options
| author | ruki <[email protected]> | 2020-03-23 23:06:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-23 12:36:37 +0800 |
| commit | 03b43a0d064590ccd167713da2e44e280131a56d (patch) | |
| tree | ad4dfee800700f850655cc91e9753c77b3c3fdd7 | |
| parent | 867b2b5ec8918d93562a3e4201bee85a0d10e3e0 (diff) | |
update readme
| -rw-r--r-- | README.md | 28 | ||||
| -rw-r--r-- | README_zh.md | 27 |
2 files changed, 24 insertions, 31 deletions
@@ -126,23 +126,19 @@ $ xmake f --menu The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/core) -### Termux/Android cpu/8core (-j12) +| buildsystem | Termux (8core/-j12) | buildsystem | MacOS (8core/-j12) | +|----- | ---- | --- | --- | +|xmake | 24.890s | xmake | 12.264s | +|ninja | 25.682s | ninja | 11.327s | +|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 | -| buildsystem | spend time | -|----- | ---- | -|xmake | 24.890s | -|ninja | 25.682s | -|cmake(gen+make) | 5.416s+28.473s | -|cmake(gen+ninja) | 4.458s+24.842s | - -### MacOS cpu/8core (-j12) - -| buildsystem | spend time | -|----- | ---- | -|xmake | 12.264s | -|ninja | 11.327s | -|cmake(gen+make) | 1.203s+14.030s | -|cmake(gen+ninja) | 0.988s+11.644s | +| buildsystem | Termux (-j1) | buildsystem | MacOS (-j1) | +|----- | ---- | --- | --- | +|xmake | 1m57.707s | xmake | 39.937s | +|ninja | 1m52.845s | ninja | 38.995s | +|cmake(gen+make) | 5.416s+2m10.539s | cmake(gen+make) | 1.203s+41.737s | +|cmake(gen+ninja) | 4.458s+1m54.868s | cmake(gen+ninja) | 0.988s+38.022s | ## Package management diff --git a/README_zh.md b/README_zh.md index 46d498014..db768572b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -132,23 +132,20 @@ $ xmake f --menu 测试工程: [xmake-core](https://github.com/xmake-io/xmake/tree/master/core) -### Termux/Android cpu/8core (-j12) +| 构建系统 | Termux (8core/-j12) | 构建系统 | MacOS (8core/-j12) | +|----- | ---- | --- | --- | +|xmake | 24.890s | xmake | 12.264s | +|ninja | 25.682s | ninja | 11.327s | +|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 | -| 构建系统 | 总耗时 | -|----- | ---- | -|xmake | 24.890s | -|ninja | 25.682s | -|cmake(gen+make) | 5.416s+28.473s | -|cmake(gen+ninja) | 4.458s+24.842s | +| 构建系统 | Termux (-j1) | 构建系统 | MacOS (-j1) | +|----- | ---- | --- | --- | +|xmake | 1m57.707s | xmake | 39.937s | +|ninja | 1m52.845s | ninja | 38.995s | +|cmake(gen+make) | 5.416s+2m10.539s | cmake(gen+make) | 1.203s+41.737s | +|cmake(gen+ninja) | 4.458s+1m54.868s | cmake(gen+ninja) | 0.988s+38.022s | -### MacOS cpu/8core (-j12) - -| 构建系统 | 总耗时 | -|----- | ---- | -|xmake | 12.264s | -|ninja | 11.327s | -|cmake(gen+make) | 1.203s+14.030s | -|cmake(gen+ninja) | 0.988s+11.644s | ## 包依赖管理 |
