• Home
Name Date Size #Lines LOC

..--

README-zh.mdD06-May-2025477 2514

README.mdD06-May-2025553 2514

size_statistics.pyD06-May-202510.8 KiB307243

README-zh.md

1# 简介
2
3输出测试用例通过es2abc生成的abc文件中各数据结构size的占比统计报告。
4
5# 运行脚本
6
7## 使用说明
8
9```sh
10python3 size_statistics.py --es2abc-path ES2ABC_PATH [arguments]
11```
12
13### 参数
14
15+ `--es2abc-path`: 可执行程序 es2abc 的路径。
16
17### 可选参数
18
19+ `--no-progress`: 不显示进度条。
20+ `--timeout`: 用例执行的时间限制 (单位: 秒)。
21
22# 测试结果
23
24大小占比统计报告: `./size_percentage_report.html`
25

README.md

1# Introduction
2
3Generate a report on the percentage of each data structure size in the abc file generated by the test case through es2abc.
4
5# Running the Script
6
7## Usage
8
9```sh
10python3 size_statistics.py --es2abc-path ES2ABC_PATH [arguments]
11```
12
13### Tail arguments
14
15- `--es2abc-path`: path to the executable program es2abc.
16
17### Optional arguments
18
19+ `--no-progress`: Don't show progress bar.
20+ `--timeout`: Time limits for use case execution (In seconds).
21
22# Test Result
23
24Statistical report on the percentage of size: `./size_percentage_report.html`
25