Files
mongo/bazel/repository_rules/profiling_data.bzl
mongo-pr-bot[bot] 1b2b610f43 SERVER-110427 Update profiling data (#45565)
Co-authored-by: mongo-pr-bot[bot] <230616009+mongo-pr-bot[bot]@users.noreply.github.com>
GitOrigin-RevId: cef234565c2d49ff6a8c9b1bce4ad4e43ef00891
2025-12-22 14:16:59 +00:00

11 lines
1.1 KiB
Python

# This file gets automatically updated by profile_data_pr.py. Do not change the path to this file or variables in this file
# without updating that script.
DEFAULT_CLANG_PGO_DATA_URL = "https://mdb-build-public.s3.us-east-1.amazonaws.com/profiling_data/pgo/mongod_e611a246bd17f91cd5a6102a396631085461bfdd_aarch64_clang_thinlto_pgo_8.3.0-alpha0-4216-ge611a24-patch-6948ce2d936d42000778761c.profdata"
DEFAULT_CLANG_PGO_DATA_CHECKSUM = "d95ccd36b4ba6bb699dc9a5910943069a6cb90c0c973414be0c057f77c8efcae"
DEFAULT_GCC_PGO_DATA_URL = "https://mdb-build-public.s3.us-east-1.amazonaws.com/profiling_data/pgo/mongod_efcbfdbb937f52078925254ed32fbca7901b4ae6_aarch64_gcc_lto_pgo_8.3.0-alpha0-1055-gefcbfdb-patch-68bfb348576a720007510f50.tgz"
DEFAULT_GCC_PGO_DATA_CHECKSUM = "29b9d919abdccb4a2eeb38670e0489312792700559eb7282e0b02fe2f5ec7744"
DEFAULT_BOLT_DATA_URL = "https://mdb-build-public.s3.us-east-1.amazonaws.com/profiling_data/bolt/mongod_e611a246bd17f91cd5a6102a396631085461bfdd_aarch64_clang_thinlto_pgo_bolt_8.3.0-alpha0-4216-ge611a24-patch-6948ce2d936d42000778761c.fdata"
DEFAULT_BOLT_DATA_CHECKSUM = "b0964b1ed677202588e11b2799c37c7ae83b2b874da5401f24437463c9ee4651"