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