diff options
author | Ilnur Khuziev <ilnur.khuziev@yandex.ru> | 2022-02-10 16:46:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:14 +0300 |
commit | 60040c91ffe701a84689b2c6310ff845e65cff42 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/docs | |
parent | 736dcd8ca259457a136f2f9f9168c44643914323 (diff) | |
download | ydb-60040c91ffe701a84689b2c6310ff845e65cff42.tar.gz |
Restoring authorship annotation for Ilnur Khuziev <ilnur.khuziev@yandex.ru>. Commit 2 of 2.
Diffstat (limited to 'build/docs')
-rw-r--r-- | build/docs/all.md | 10 | ||||
-rw-r--r-- | build/docs/readme.md | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/build/docs/all.md b/build/docs/all.md index 5aed3ebee3..50051b596c 100644 --- a/build/docs/all.md +++ b/build/docs/all.md @@ -761,7 +761,7 @@ Is only used together with the macros like FILES(), PEERDIR(), COPY(), FROM\_SAN Documentation: https://wiki.yandex-team.ru/yatool/large-data/ ###### Module [UNITTEST][]([name]) <a name="module_UNITTEST"></a> -Unit test module based on library/cpp/testing/unittest. +Unit test module based on library/cpp/testing/unittest. It is recommended not to specify the name. Documentation: https://wiki.yandex-team.ru/yatool/test/#opisanievya.make1 @@ -833,7 +833,7 @@ Documentation about the Arcadia test system: https://wiki.yandex-team.ru/yatool/ YT Unit test module based on mapreduce/yt/library/utlib ###### Module [Y\_BENCHMARK][]([benchmarkname]) <a name="module_Y_BENCHMARK"></a> -Benchmark test based on the library/cpp/testing/benchmark. +Benchmark test based on the library/cpp/testing/benchmark. For more details see: https://wiki.yandex-team.ru/yatool/test/#zapuskbenchmark @@ -1019,9 +1019,9 @@ Set memory allocator implementation for the PROGRAM()/DLL() module. This may only be specified for programs and dlls, use in other modules leads to configuration errors. Available allocators are: "LF", "LF\_YT", "LF\_DBG", "YT", "J", "B", "BM", "C", "TCMALLOC", "GOOGLE", "LOCKLESS", "SYSTEM", "FAKE", "MIM", "HU". - - LF - lfalloc (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc) - - LF\_YT - Allocator selection for YT (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/yt/ya.make) - - LF\_DBG - Debug allocator selection (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/dbg/ya.make) + - LF - lfalloc (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc) + - LF\_YT - Allocator selection for YT (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/yt/ya.make) + - LF\_DBG - Debug allocator selection (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/dbg/ya.make) - YT - The YTAlloc allocator (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/ytalloc/impl/ya.make) - J - The JEMalloc allocator (https://a.yandex-team.ru/arc/trunk/arcadia/library/malloc/jemalloc) - B - The balloc allocator named Pyotr Popov and Anton Samokhvalov diff --git a/build/docs/readme.md b/build/docs/readme.md index c828cf7158..3db0a653c7 100644 --- a/build/docs/readme.md +++ b/build/docs/readme.md @@ -615,7 +615,7 @@ Is only used together with the macros like FILES(), PEERDIR(), COPY(), FROM\_SAN Documentation: https://wiki.yandex-team.ru/yatool/large-data/ ###### Module [UNITTEST][]([name]) <a name="module_UNITTEST"></a> -Unit test module based on library/cpp/testing/unittest. +Unit test module based on library/cpp/testing/unittest. It is recommended not to specify the name. Documentation: https://wiki.yandex-team.ru/yatool/test/#opisanievya.make1 @@ -687,7 +687,7 @@ Documentation about the Arcadia test system: https://wiki.yandex-team.ru/yatool/ YT Unit test module based on mapreduce/yt/library/utlib ###### Module [Y\_BENCHMARK][]([benchmarkname]) <a name="module_Y_BENCHMARK"></a> -Benchmark test based on the library/cpp/testing/benchmark. +Benchmark test based on the library/cpp/testing/benchmark. For more details see: https://wiki.yandex-team.ru/yatool/test/#zapuskbenchmark @@ -751,9 +751,9 @@ Set memory allocator implementation for the PROGRAM()/DLL() module. This may only be specified for programs and dlls, use in other modules leads to configuration errors. Available allocators are: "LF", "LF\_YT", "LF\_DBG", "YT", "J", "B", "BM", "C", "TCMALLOC", "GOOGLE", "LOCKLESS", "SYSTEM", "FAKE", "MIM", "HU". - - LF - lfalloc (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc) - - LF\_YT - Allocator selection for YT (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/yt/ya.make) - - LF\_DBG - Debug allocator selection (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/dbg/ya.make) + - LF - lfalloc (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc) + - LF\_YT - Allocator selection for YT (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/yt/ya.make) + - LF\_DBG - Debug allocator selection (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/dbg/ya.make) - YT - The YTAlloc allocator (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/ytalloc/impl/ya.make) - J - The JEMalloc allocator (https://a.yandex-team.ru/arc/trunk/arcadia/library/malloc/jemalloc) - B - The balloc allocator named Pyotr Popov and Anton Samokhvalov |