【更新】README.md中补充 benchmark 相关文档

main
walon 2021-08-14 16:27:11 +08:00
parent ef10cf0a84
commit 5a3cf18b45
1 changed files with 27 additions and 0 deletions

View File

@ -881,6 +881,33 @@ k15:
- [更多语言的例子](docs/samples.md)
------
## benchmark 性能测试结果
硬件:
Intel(R) Core i7-10700 @ 2.9G 16核
32G 内存
数据集
500个excel表
每个表有1000行比较大的记录
每个表文件大小 132k
测试结果:
| 格式 | 首次耗时 | 累积耗时 | 单个输出文件大小 | 输出文件总大小 |
| ---- | --------| ------ | ---- | ------ |
| bin | 15.652 s| 797 ms | 164 K | 59.5 M |
| json | 17.746 s| 796 ms | 1.11 M | 555 M |
| lua | 17.323 s| 739 ms | 433 K | 212 M |
-----
## 路线图
- [ ] 新增 unity 内置编辑器