diff options
| author | alejander <[email protected]> | 2022-02-10 16:51:55 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:55 +0300 | 
| commit | 6f78ed0dfadc4d45d827bf342a97c526f3b2e22c (patch) | |
| tree | 79c30456a3f1a0b036a12f2c70e5095cde029d1b | |
| parent | 40296625f3854b758c570a50c7728a464483cd27 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
| -rw-r--r-- | build/ya.conf.json | 62 | 
1 files changed, 31 insertions, 31 deletions
| diff --git a/build/ya.conf.json b/build/ya.conf.json index 5f7cc875d61..3ec01024781 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -3847,36 +3847,36 @@                  }              ]          }, -        "gpt": { -            "tools": { -                "gpt_perf": { -                    "bottle": "gpt" -                }, -                "gpt_heap": { -                    "bottle": "gpt" -                } -            }, -            "params": { -                "gpt_perf": { -                    "LD_PRELOAD": [ -                        "$(GPT_PERF)/gpt/lib/libprofiler.so" -                    ], -                    "HEAPCHECK": [ -                        "normal" -                    ], -                    "PPROF_PATH": [ -                        "$(GPT_PERF)/gpt/bin/pprof" -                    ] +        "gpt": {  +            "tools": {  +                "gpt_perf": {  +                    "bottle": "gpt"  +                },  +                "gpt_heap": {  +                    "bottle": "gpt"  +                }  +            },  +            "params": {  +                "gpt_perf": {  +                    "LD_PRELOAD": [  +                        "$(GPT_PERF)/gpt/lib/libprofiler.so"  +                    ],  +                    "HEAPCHECK": [  +                        "normal"  +                    ],  +                    "PPROF_PATH": [  +                        "$(GPT_PERF)/gpt/bin/pprof"  +                    ]                   }, -                "gpt_heap": { -                    "LD_PRELOAD": [ -                        "$(GPT_HEAP)/gpt/lib/libtcmalloc.so" -                    ], -                    "PPROF_PATH": [ -                        "$(GPT_HEAP)/gpt/bin/pprof" -                    ] +                "gpt_heap": {  +                    "LD_PRELOAD": [  +                        "$(GPT_HEAP)/gpt/lib/libtcmalloc.so"  +                    ],  +                    "PPROF_PATH": [  +                        "$(GPT_HEAP)/gpt/bin/pprof"  +                    ]                   } -            }, +            },               "platforms": [                  {                      "host": { @@ -7093,11 +7093,11 @@                  ]              }          }, -        "gpt": { -            "formula": { +        "gpt": {  +            "formula": {                   "sandbox_id": 21836503,                  "match": "GooglePerformanceTools" -            } +            }           },          "ant": {              "formula": { | 
