Name Date Size

..25-Oct-20244 KiB

README-zh.mdH A D25-Oct-2024477

README.mdH A D25-Oct-2024553

size_statistics.pyH A D25-Oct-202410.8 KiB

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