SERVER-110427 Update profiling data (#45294)

Co-authored-by: mongo-pr-bot[bot] <230616009+mongo-pr-bot[bot]@users.noreply.github.com>
GitOrigin-RevId: b7d6b6abb610b966fb7034eee159ebeca7082ab0
This commit is contained in:
mongo-pr-bot[bot] 2025-12-16 15:59:55 +00:00 committed by MongoDB Bot
parent dd5535ee4b
commit 133badbf1e
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# This file gets automatically updated by profile_data_pr.py. Do not change the path to this file or variables in this file # 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. # without updating that script.
DEFAULT_CLANG_PGO_DATA_URL = "https://mdb-build-public.s3.us-east-1.amazonaws.com/profiling_data/pgo/mongod_cdd5e1a1d46123edd6f38994d9cd280cc665484e_aarch64_clang_thinlto_pgo_8.3.0-alpha0-3953-gcdd5e1a-patch-693e3713f6f71300075f8aec.profdata" DEFAULT_CLANG_PGO_DATA_URL = "https://mdb-build-public.s3.us-east-1.amazonaws.com/profiling_data/pgo/mongod_ef620ccd0538e3f64bafb8623dcc5a06a9afdc6c_aarch64_clang_thinlto_pgo_8.3.0-alpha0-4007-gef620cc-patch-6940e05d68d0fa00074c719e.profdata"
DEFAULT_CLANG_PGO_DATA_CHECKSUM = "b7cbef5aaa89fcbf34f67ba6924e00568f67b961fb67f8f6ace7d6a90ff3143e" DEFAULT_CLANG_PGO_DATA_CHECKSUM = "db92d7b3942bfbce2dc2cfd8cfc1d9e2c1e6fb7e47b49871a3c2baf18f791502"
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_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_GCC_PGO_DATA_CHECKSUM = "29b9d919abdccb4a2eeb38670e0489312792700559eb7282e0b02fe2f5ec7744"
DEFAULT_BOLT_DATA_URL = "https://mdb-build-public.s3.us-east-1.amazonaws.com/profiling_data/bolt/mongod_cdd5e1a1d46123edd6f38994d9cd280cc665484e_aarch64_clang_thinlto_pgo_bolt_8.3.0-alpha0-3953-gcdd5e1a-patch-693e3713f6f71300075f8aec.fdata" DEFAULT_BOLT_DATA_URL = "https://mdb-build-public.s3.us-east-1.amazonaws.com/profiling_data/bolt/mongod_ef620ccd0538e3f64bafb8623dcc5a06a9afdc6c_aarch64_clang_thinlto_pgo_bolt_8.3.0-alpha0-4007-gef620cc-patch-6940e05d68d0fa00074c719e.fdata"
DEFAULT_BOLT_DATA_CHECKSUM = "4bcc526ee0f1155183025936a66bc2d4f177f4da68a1e04f30941a1c2a0a8e7d" DEFAULT_BOLT_DATA_CHECKSUM = "085f469faf70f071fee725d7362b56f534281f3f22822fbeb934345278b0ff70"