hydra.dsl.build.benchresult module

DSL functions for hydra.build.benchresult.

hydra.dsl.build.benchresult.bench_metadata(timestamp: TypedTerm[str], language: TypedTerm[str], branch: TypedTerm[str], commit: TypedTerm[str], commit_message: TypedTerm[str]) TypedTerm[BenchMetadata]

DSL constructor for hydra.build.benchresult.BenchMetadata.

hydra.dsl.build.benchresult.bench_metadata_branch(x: TypedTerm[BenchMetadata]) TypedTerm[str]

DSL accessor for the branch field of hydra.build.benchresult.BenchMetadata.

hydra.dsl.build.benchresult.bench_metadata_commit(x: TypedTerm[BenchMetadata]) TypedTerm[str]

DSL accessor for the commit field of hydra.build.benchresult.BenchMetadata.

hydra.dsl.build.benchresult.bench_metadata_commit_message(x: TypedTerm[BenchMetadata]) TypedTerm[str]

DSL accessor for the commitMessage field of hydra.build.benchresult.BenchMetadata.

hydra.dsl.build.benchresult.bench_metadata_language(x: TypedTerm[BenchMetadata]) TypedTerm[str]

DSL accessor for the language field of hydra.build.benchresult.BenchMetadata.

hydra.dsl.build.benchresult.bench_metadata_timestamp(x: TypedTerm[BenchMetadata]) TypedTerm[str]

DSL accessor for the timestamp field of hydra.build.benchresult.BenchMetadata.

hydra.dsl.build.benchresult.bench_metadata_with_branch(original: TypedTerm[BenchMetadata], new_val: TypedTerm[str]) TypedTerm[BenchMetadata]

DSL updater for the branch field of hydra.build.benchresult.BenchMetadata.

hydra.dsl.build.benchresult.bench_metadata_with_commit(original: TypedTerm[BenchMetadata], new_val: TypedTerm[str]) TypedTerm[BenchMetadata]

DSL updater for the commit field of hydra.build.benchresult.BenchMetadata.

hydra.dsl.build.benchresult.bench_metadata_with_commit_message(original: TypedTerm[BenchMetadata], new_val: TypedTerm[str]) TypedTerm[BenchMetadata]

DSL updater for the commitMessage field of hydra.build.benchresult.BenchMetadata.

hydra.dsl.build.benchresult.bench_metadata_with_language(original: TypedTerm[BenchMetadata], new_val: TypedTerm[str]) TypedTerm[BenchMetadata]

DSL updater for the language field of hydra.build.benchresult.BenchMetadata.

hydra.dsl.build.benchresult.bench_metadata_with_timestamp(original: TypedTerm[BenchMetadata], new_val: TypedTerm[str]) TypedTerm[BenchMetadata]

DSL updater for the timestamp field of hydra.build.benchresult.BenchMetadata.

hydra.dsl.build.benchresult.gen_bench_result(target: TypedTerm[str], runs: TypedTerm[int], hosts: TypedTerm[Mapping[str, HostResult]], metadata: TypedTerm[object]) TypedTerm[GenBenchResult]

DSL constructor for hydra.build.benchresult.GenBenchResult.

hydra.dsl.build.benchresult.gen_bench_result_hosts(x: TypedTerm[GenBenchResult]) TypedTerm[Mapping[str, HostResult]]

DSL accessor for the hosts field of hydra.build.benchresult.GenBenchResult.

hydra.dsl.build.benchresult.gen_bench_result_metadata(x: TypedTerm[GenBenchResult]) TypedTerm[object]

DSL accessor for the metadata field of hydra.build.benchresult.GenBenchResult.

hydra.dsl.build.benchresult.gen_bench_result_runs(x: TypedTerm[GenBenchResult]) TypedTerm[int]

DSL accessor for the runs field of hydra.build.benchresult.GenBenchResult.

hydra.dsl.build.benchresult.gen_bench_result_target(x: TypedTerm[GenBenchResult]) TypedTerm[str]

DSL accessor for the target field of hydra.build.benchresult.GenBenchResult.

hydra.dsl.build.benchresult.gen_bench_result_with_hosts(original: TypedTerm[GenBenchResult], new_val: TypedTerm[Mapping[str, HostResult]]) TypedTerm[GenBenchResult]

DSL updater for the hosts field of hydra.build.benchresult.GenBenchResult.

hydra.dsl.build.benchresult.gen_bench_result_with_metadata(original: TypedTerm[GenBenchResult], new_val: TypedTerm[object]) TypedTerm[GenBenchResult]

DSL updater for the metadata field of hydra.build.benchresult.GenBenchResult.

hydra.dsl.build.benchresult.gen_bench_result_with_runs(original: TypedTerm[GenBenchResult], new_val: TypedTerm[int]) TypedTerm[GenBenchResult]

DSL updater for the runs field of hydra.build.benchresult.GenBenchResult.

hydra.dsl.build.benchresult.gen_bench_result_with_target(original: TypedTerm[GenBenchResult], new_val: TypedTerm[str]) TypedTerm[GenBenchResult]

DSL updater for the target field of hydra.build.benchresult.GenBenchResult.

hydra.dsl.build.benchresult.host_result(setup_ms: TypedTerm[int], packages: TypedTerm[Mapping[str, RunStats]]) TypedTerm[HostResult]

DSL constructor for hydra.build.benchresult.HostResult.

hydra.dsl.build.benchresult.host_result_packages(x: TypedTerm[HostResult]) TypedTerm[Mapping[str, RunStats]]

DSL accessor for the packages field of hydra.build.benchresult.HostResult.

hydra.dsl.build.benchresult.host_result_setup_ms(x: TypedTerm[HostResult]) TypedTerm[int]

DSL accessor for the setupMs field of hydra.build.benchresult.HostResult.

hydra.dsl.build.benchresult.host_result_with_packages(original: TypedTerm[HostResult], new_val: TypedTerm[Mapping[str, RunStats]]) TypedTerm[HostResult]

DSL updater for the packages field of hydra.build.benchresult.HostResult.

hydra.dsl.build.benchresult.host_result_with_setup_ms(original: TypedTerm[HostResult], new_val: TypedTerm[int]) TypedTerm[HostResult]

DSL updater for the setupMs field of hydra.build.benchresult.HostResult.

hydra.dsl.build.benchresult.run_stats(runs_ms: TypedTerm[Sequence[int]], median_ms: TypedTerm[int]) TypedTerm[RunStats]

DSL constructor for hydra.build.benchresult.RunStats.

hydra.dsl.build.benchresult.run_stats_median_ms(x: TypedTerm[RunStats]) TypedTerm[int]

DSL accessor for the medianMs field of hydra.build.benchresult.RunStats.

hydra.dsl.build.benchresult.run_stats_runs_ms(x: TypedTerm[RunStats]) TypedTerm[Sequence[int]]

DSL accessor for the runsMs field of hydra.build.benchresult.RunStats.

hydra.dsl.build.benchresult.run_stats_with_median_ms(original: TypedTerm[RunStats], new_val: TypedTerm[int]) TypedTerm[RunStats]

DSL updater for the medianMs field of hydra.build.benchresult.RunStats.

hydra.dsl.build.benchresult.run_stats_with_runs_ms(original: TypedTerm[RunStats], new_val: TypedTerm[Sequence[int]]) TypedTerm[RunStats]

DSL updater for the runsMs field of hydra.build.benchresult.RunStats.