[site]
url = "http://localhost:2346"
[repos.rust]
repo = "gitcode/xuanwu/rust"
default_branch = "main"
benchmark_groups = ["alloc", "core", "std"]
build_cmd = "echo 'profile = \"dist\"\nllvm.download-ci-llvm = false' > bootstrap.toml && ./x dist"
build_dir = "build/dist"
is_rust = true
[repos.daft]
repo = "gitcode/xuanwu/Daft"
default_branch = "0.7.5_dev"
benchmark_groups = ["daft"]
build_cmd = "export CI=1 && bash -i +x ./daft_build.sh"
build_dir = "target/wheels"
is_rust = false
post_build = "pip install ./*.whl"
[repos.daft_multimodal]
repo = "gitcode/xuanwu/Daft"
default_branch = "develop/ai_data_engineering_base"
benchmark_groups = ["daft_multimodal"]
is_rust = false
build_cmd = "bash /path/to/rust-bench/scripts/build_daft_multimodal.sh"
build_dir = "target/wheels"
post_build = "pip uninstall -y daft && pip install ./*.whl"
[collectors]
tags = ["Kunpeng 920B", "AMD EPYC 9654", "AMD EPYC 9755", "Kunpeng 950", "Blue Kunpeng 950"]
[benchmark.collectors."Kunpeng 920B"]
iterations = 5
no_isolate = false
[benchmark.collectors."Kunpeng 920B".groups.daft]
extra_args = ["--tpcds-scale-factor", "50", "--tpch-scale-factor", "100", "--data-folder", "/root/data/daft", "--output-dir", "/root/data/daft_output", "--bind-config", "default=3"]
[benchmark.collectors."Kunpeng 920B".groups.daft_multimodal]
extra_args = ["--volc-sim-dir", "/home/volc_operator_sim"]
[benchmark.collectors."AMD EPYC 9654"]
iterations = 5
no_isolate = false
is_optional = true
[benchmark.collectors."AMD EPYC 9654".groups.daft]
extra_args = ["--tpcds-scale-factor", "50", "--tpch-scale-factor", "100", "--data-folder", "/root/data/daft", "--output-dir", "/root/data/daft_output", "--bind-config", "default=3"]
[benchmark.collectors."AMD EPYC 9654".groups.daft_multimodal]
extra_args = ["--volc-sim-dir", "/home/volc_operator_sim"]
[benchmark.collectors."AMD EPYC 9755"]
iterations = 3
no_isolate = false
is_optional = true
[benchmark.collectors."AMD EPYC 9755".groups.daft_multimodal]
extra_args = ["--volc-sim-dir", "/home/volc_operator_sim"]
[benchmark.collectors."Kunpeng 950"]
iterations = 3
no_isolate = false
is_optional = true
[benchmark.collectors."Kunpeng 950".groups.daft_multimodal]
extra_args = ["--volc-sim-dir", "/home/volc_operator_sim"]
[benchmark.collectors."Blue Kunpeng 950"]
iterations = 3
no_isolate = false
is_optional = true
[benchmark.collectors."Blue Kunpeng 950".groups.daft_multimodal]
extra_args = ["--volc-sim-dir", "/home/volc_operator_sim"]