Commit 1dfcc2e6 authored by Vlad Tsyrklevich's avatar Vlad Tsyrklevich Committed by Commit Bot

Merge GWP-ASan field trials

Merge the malloc/PartitionAlloc field trial to reflect a similar merging
upstream into a single experiment. This makes it easier to measure the
combined memory/perf regression of GWP-ASan for malloc and
PartitionAlloc and eliminates platform-specific field trials.

Change-Id: I89eebfb75366bdef5b8775d0135f9875fdc62438
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719990
Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org>
Commit-Queue: Jesse Doherty <jwd@chromium.org>
Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#681474}
parent 621cf2f8
......@@ -2381,30 +2381,10 @@
]
}
],
"GwpAsanMallocMacOSLaunch": [
{
"platforms": [
"mac"
],
"experiments": [
{
"name": "Enabled",
"params": {
"AllocationSamplingRange": "16",
"MaxAllocations": "70",
"MaxMetadata": "255",
"ProcessSamplingProbability": "0.1"
},
"enable_features": [
"GwpAsanMalloc"
]
}
]
}
],
"GwpAsanMallocWindowsM75Launch": [
"GwpAsanUnified": [
{
"platforms": [
"mac",
"windows"
],
"experiments": [
......@@ -2414,25 +2394,11 @@
"AllocationSamplingRange": "16",
"MaxAllocations": "70",
"MaxMetadata": "255",
"ProcessSamplingBoost2": "10",
"ProcessSamplingProbability": "0.1"
},
"enable_features": [
"GwpAsanMalloc"
]
}
]
}
],
"GwpAsanPartitionAllocLaunch": [
{
"platforms": [
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"GwpAsanMalloc",
"GwpAsanPartitionAlloc"
]
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment