PaddlePaddle / PaddlePaddle/PaConvert
运行paconvert增加输出的信息
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 122
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
- 现在运行所有单测得到的结果只有测试用例的总数量,不能直观给出通过测试的api数量,您看是否可以修改一下脚本把这个信息也在终端输出呢?
- 输出转换速度需要手动添加“--calculate_speed”,但是README中没有明显给出;另现在转换速度体现的是代码行数,希望增加一个api数量的转换速度。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the paconvert script and the README section covering --calculate_speed, then run the full unit-test suite to observe its current summary. Update the output to include the number of APIs tested and report conversion speed by API count as well as code lines, with the README clearly documenting the option and new output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, performance, testing-qa, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100