SERVER-110427 Update profiling data (#53486)

Co-authored-by: mongo-pr-bot[bot] <230616009+mongo-pr-bot[bot]@users.noreply.github.com>
GitOrigin-RevId: 85874268745b71a0649264fcdefe5c383b1dcacd
This commit is contained in:
mongo-pr-bot[bot] 2026-05-08 14:07:06 +02:00 committed by MongoDB Bot
parent 78479d6527
commit 3bb3a7e210

View File

@ -1,13 +1,13 @@
# 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_932b19bd21d7cde0ffd854a8eee6f9ff8936c154_aarch64_clang_thinlto_pgo_9.0.0-alpha0-patch-69fc6a379dce880007cd5726.profdata"
DEFAULT_CLANG_PGO_DATA_CHECKSUM = "c430b42774f1ce52233eb31838a9876c6a3bc819153c4e5ca5efd8b0423e5b9f"
DEFAULT_CLANG_PGO_DATA_URL = "https://mdb-build-public.s3.us-east-1.amazonaws.com/profiling_data/pgo/mongod_6f0d9ff3b7393e405dfc01774bc41f9e120a5e49_aarch64_clang_thinlto_pgo_9.0.0-alpha0-patch-69fdb800fa880500078452ee.profdata"
DEFAULT_CLANG_PGO_DATA_CHECKSUM = "5bd9997a2a22e1e17b71d77fba0aafded10569a8ff29180e642bc9b64afd3a79"
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_932b19bd21d7cde0ffd854a8eee6f9ff8936c154_aarch64_clang_thinlto_pgo_bolt_9.0.0-alpha0-patch-69fc6a379dce880007cd5726.fdata"
DEFAULT_BOLT_DATA_CHECKSUM = "4137bbd13a2e7f340d80379acaa29d3a747fbd46d97269e7c30afd603c5d08da"
DEFAULT_BOLT_DATA_URL = "https://mdb-build-public.s3.us-east-1.amazonaws.com/profiling_data/bolt/mongod_6f0d9ff3b7393e405dfc01774bc41f9e120a5e49_aarch64_clang_thinlto_pgo_bolt_9.0.0-alpha0-patch-69fdb800fa880500078452ee.fdata"
DEFAULT_BOLT_DATA_CHECKSUM = "55253c7df37e1338e15a1b67b2f1a3ce70025b7500ef3416b8224104a110110d"
# CSPGO is a pre-merged profdata combining stage-1 PGO data with stage-2 context-sensitive
# data. Populate these once a profile has been generated and uploaded. This is currently