|
AQIT 0.1.0
|
Go to the source code of this file.
Namespaces | |
| namespace | aquin |
| namespace | aquin.benchmark_check |
Functions | |
| dict[str, Any] | aquin.benchmark_check._normalize_benchmark_result (dict[str, Any] result) |
| bool | aquin.benchmark_check.has_benchmark_payload (dict[str, Any] result) |
| tuple[Path, Path] | aquin.benchmark_check.write_benchmark_check (dict[str, Any] result, *, str|None tool_name, str|Path cwd) |
| str | aquin.benchmark_check._score_color (float val) |
| None | aquin.benchmark_check._plot_benchmark_check (dict[str, Any] result, Path png_path) |
| None | aquin.benchmark_check._plot_metric_panel (Any ax, dict[str, Any] result) |
| None | aquin.benchmark_check._plot_activation_panel (Any ax, dict[str, Any] result) |
| None | aquin.benchmark_check._plot_examples_panel (Any ax, list[dict[str, Any]] examples) |
| str | aquin.benchmark_check._trunc (str text, int limit) |
Variables | |
| str | aquin.benchmark_check._JSON_NAME = "benchmark-check.json" |
| str | aquin.benchmark_check._PNG_NAME = "benchmark-check.png" |
| tuple | aquin.benchmark_check._METRICS |