SERVER-110427 Update profiling data (#54434)
Co-authored-by: mongo-pr-bot[bot] <230616009+mongo-pr-bot[bot]@users.noreply.github.com> GitOrigin-RevId: f42d36d6694e55a770dfda40bd96e971e7d8cc9c
This commit is contained in:
parent
0f94ba8b01
commit
6732be70c6
@ -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_2361b3ed4cd11abc3811b085026c07ec0c6e6b15_aarch64_clang_thinlto_pgo_9.0.0-alpha0-patch-6a13d20c8ee9720007362c0d.profdata"
|
||||
DEFAULT_CLANG_PGO_DATA_CHECKSUM = "007e7c7ea30a7ce1ed8e2768773bb808352ef3be3df79579e87423d72b7a40fd"
|
||||
DEFAULT_CLANG_PGO_DATA_URL = "https://mdb-build-public.s3.us-east-1.amazonaws.com/profiling_data/pgo/mongod_0bbb8b1c0435ef423df293b6af6f4a39fdb390df_aarch64_clang_thinlto_pgo_9.0.0-alpha0-patch-6a1521a73066c20007795ab8.profdata"
|
||||
DEFAULT_CLANG_PGO_DATA_CHECKSUM = "006bbf35eac4c5061b40bf578f1116a1bff574e9d4e7d12f1ff6e9506644a4a2"
|
||||
|
||||
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_2361b3ed4cd11abc3811b085026c07ec0c6e6b15_aarch64_clang_thinlto_pgo_bolt_9.0.0-alpha0-patch-6a13d20c8ee9720007362c0d.fdata"
|
||||
DEFAULT_BOLT_DATA_CHECKSUM = "e7a19eac7caa3013c90c0609d5b84f87c89f3b5dd322b56baddec65cda53e8b9"
|
||||
DEFAULT_BOLT_DATA_URL = "https://mdb-build-public.s3.us-east-1.amazonaws.com/profiling_data/bolt/mongod_0bbb8b1c0435ef423df293b6af6f4a39fdb390df_aarch64_clang_thinlto_pgo_bolt_9.0.0-alpha0-patch-6a1521a73066c20007795ab8.fdata"
|
||||
DEFAULT_BOLT_DATA_CHECKSUM = "40d4c20d5f5c62c88e63914bd464b33ed50640f5c3fce6ce51697c7faa9b7a1e"
|
||||
|
||||
# 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user