|
72 | 72 | from materialize.feature_benchmark.executor import Docker |
73 | 73 | from materialize.feature_benchmark.filter import Filter, FilterFirst, NoFilter |
74 | 74 | from materialize.feature_benchmark.measurement import MeasurementType |
75 | | -from materialize.feature_benchmark.scenarios.benchmark_main import * # noqa: F401 F403 |
| 75 | +from materialize.feature_benchmark.scenarios.benchmark_main import * # noqa: F403 |
76 | 76 | from materialize.feature_benchmark.scenarios.benchmark_main import ( |
77 | 77 | Scenario, |
78 | 78 | ) |
79 | | -from materialize.feature_benchmark.scenarios.concurrency import * # noqa: F401 F403 |
80 | | -from materialize.feature_benchmark.scenarios.customer import * # noqa: F401 F403 |
81 | | -from materialize.feature_benchmark.scenarios.optbench import * # noqa: F401 F403 |
82 | | -from materialize.feature_benchmark.scenarios.scale import * # noqa: F401 F403 |
83 | | -from materialize.feature_benchmark.scenarios.skew import * # noqa: F401 F403 |
84 | | -from materialize.feature_benchmark.scenarios.subscribe import * # noqa: F401 F403 |
85 | | -from materialize.feature_benchmark.scenarios.temporal import * # noqa: F401 F403 |
| 79 | +from materialize.feature_benchmark.scenarios.concurrency import * # noqa: F403 |
| 80 | +from materialize.feature_benchmark.scenarios.customer import * # noqa: F403 |
| 81 | +from materialize.feature_benchmark.scenarios.optbench import * # noqa: F403 |
| 82 | +from materialize.feature_benchmark.scenarios.scale import * # noqa: F403 |
| 83 | +from materialize.feature_benchmark.scenarios.skew import * # noqa: F403 |
| 84 | +from materialize.feature_benchmark.scenarios.subscribe import * # noqa: F403 |
| 85 | +from materialize.feature_benchmark.scenarios.temporal import * # noqa: F403 |
86 | 86 | from materialize.feature_benchmark.termination import ( |
87 | 87 | NormalDistributionOverlap, |
88 | 88 | ProbForMin, |
|
0 commit comments