This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Commit 087dfea
authored
Add alternate method of parsing to enable orbit benchmarks (#529)
* Add logging lines for debugging purposes
* Add logging.
* Add alternate method of parsing
Allow for benchmarks to be specified with the format <benchmark_class>:<benchmark_method_name>.
* add logging to check contents of directory.
* Log constructor_args
* Add more logging
* Remove nargs from flag --perfzero_constructor_args
There should only ever be one argument to --perfzero_constructor_args (as all the args are grouped together in a JSON-serialized dict).
* add more constructor arg logging
* Remove extra logging lines.
* Remove extra logging
* Remove logging1 parent de42daf commit 087dfea
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | | - | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
0 commit comments