Skip to content

Implements feature based perf instrumentation comparision #3184

Implements feature based perf instrumentation comparision

Implements feature based perf instrumentation comparision #3184

Triggered via pull request November 29, 2023 11:05
Status Success
Total duration 26s
Artifacts

pre-commit.yml

on: pull_request
pre-commit
16s
pre-commit
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 13 warnings
[mypy] varats/varats/experiments/vara/feature_perf_precision.py#L165: varats/varats/experiments/vara/feature_perf_precision.py#L165
error: Argument 2 to "__init__" of "MultiPatchReport" has incompatible type "type[PerfInfluenceTraceReportAggregate]"; expected "type[TEFReportAggregate]" [arg-type]
[mypy] varats/varats/tables/feature_perf_precision.py#L38: varats/varats/tables/feature_perf_precision.py#L38
error: Function is missing a type annotation for one or more arguments [no-untyped-def]
[mypy] varats/varats/tables/feature_perf_precision.py#L47: varats/varats/tables/feature_perf_precision.py#L47
error: "LinearSegmentedColormap" has no attribute "_segmentdata" [attr-defined]
[mypy] varats/varats/tables/feature_perf_precision.py#L57: varats/varats/tables/feature_perf_precision.py#L57
error: Function is missing a type annotation for one or more arguments [no-untyped-def]
[mypy] varats/varats/tables/feature_perf_precision.py#L84: varats/varats/tables/feature_perf_precision.py#L84
error: Function is missing a return type annotation [no-untyped-def]
[mypy] varats/varats/tables/feature_perf_precision.py#L357: varats/varats/tables/feature_perf_precision.py#L357
error: Argument 2 to "cmap_map" has incompatible type "Colormap"; expected "LinearSegmentedColormap" [arg-type]
pre-commit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, pre-commit/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
[pylint] varats/varats/experiments/vara/feature_perf_precision.py#L163 <511>: varats/varats/experiments/vara/feature_perf_precision.py#L163
TODO: clean up report handling, we currently parse it as a TEFReport (fixme)