We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b542a3 commit 6f6409cCopy full SHA for 6f6409c
tools/bench-build-charts.py
@@ -785,6 +785,10 @@ def get_benchmark_specs(self) -> typing.Iterable[BenchmarkSpec]:
785
786
for project in ("rust", "cpp"):
787
for toolchain_label in toolchains.keys():
788
+ if project == "rust" and "Rust" not in toolchain_label:
789
+ continue
790
+ if project == "cpp" and "Clang" not in toolchain_label:
791
792
for benchmark_name in (
793
"build and test only my code",
794
"incremental build and test (diagnostic_types.rs)"
0 commit comments