|
AQIT 0.1.0
|
Functions | |
| dict[str, Any] | _normalize_benchmark_result (dict[str, Any] result) |
| bool | has_benchmark_payload (dict[str, Any] result) |
| tuple[Path, Path] | write_benchmark_check (dict[str, Any] result, *, str|None tool_name, str|Path cwd) |
| str | _score_color (float val) |
| None | _plot_benchmark_check (dict[str, Any] result, Path png_path) |
| None | _plot_metric_panel (Any ax, dict[str, Any] result) |
| None | _plot_activation_panel (Any ax, dict[str, Any] result) |
| None | _plot_examples_panel (Any ax, list[dict[str, Any]] examples) |
| str | _trunc (str text, int limit) |
Variables | |
| str | _JSON_NAME = "benchmark-check.json" |
| str | _PNG_NAME = "benchmark-check.png" |
| tuple | _METRICS |
|
protected |
Definition at line 25 of file benchmark_check.py.
Referenced by has_benchmark_payload(), and write_benchmark_check().
|
protected |
Definition at line 146 of file benchmark_check.py.
References _plot_examples_panel().
Referenced by _plot_benchmark_check().
|
protected |
Definition at line 76 of file benchmark_check.py.
References _plot_activation_panel(), and _plot_metric_panel().
Referenced by write_benchmark_check().
|
protected |
Definition at line 178 of file benchmark_check.py.
References _trunc().
Referenced by _plot_activation_panel().
|
protected |
Definition at line 117 of file benchmark_check.py.
References _score_color().
Referenced by _plot_benchmark_check().
|
protected |
Definition at line 68 of file benchmark_check.py.
Referenced by _plot_metric_panel().
|
protected |
Definition at line 194 of file benchmark_check.py.
Referenced by _plot_examples_panel().
| bool has_benchmark_payload | ( | dict[str, Any] | result | ) |
Definition at line 40 of file benchmark_check.py.
References _normalize_benchmark_result().
| tuple[Path, Path] write_benchmark_check | ( | dict[str, Any] | result, |
| * | , | ||
| str | None | tool_name, | ||
| str | Path | cwd ) |
Definition at line 47 of file benchmark_check.py.
References _normalize_benchmark_result(), and _plot_benchmark_check().
|
protected |
Definition at line 15 of file benchmark_check.py.
|
protected |
Definition at line 18 of file benchmark_check.py.
|
protected |
Definition at line 16 of file benchmark_check.py.