Add experiments timings to output data#5108
Add experiments timings to output data#5108vurusovs merged 10 commits intoopenvinotoolkit:masterfrom
Conversation
asomsiko
left a comment
There was a problem hiding this comment.
Reviewed 1 of 1 files at r1.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @alexander-shchepetov)
asomsiko
left a comment
There was a problem hiding this comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @alexander-shchepetov)
tests/time_tests/scripts/run_timetest.py, line 168 at r1 (raw file):
pprint(aggr_stats)
We should keep the std output less verbose and print the only aggregated values. Could we exclude vals from printing here?
Done |
|
Rebuild |
| with open(args.stats_path, "w") as file: | ||
| yaml.safe_dump(aggr_stats, file) | ||
| logging.info("Aggregated statistics saved to a file: '{}'".format( | ||
| logging.info("All statistics saved to a file: '{}'".format( |
Tickets: