diff options
| author | bulatman <[email protected]> | 2022-02-10 16:45:50 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:50 +0300 | 
| commit | 2f6ca198245aeffd5e2d82b65927c2465b68b4f5 (patch) | |
| tree | 9142afc54d335ea52910662635b898e79e192e49 /util/system | |
| parent | 6560e4993b14d193f8c879e33a3de5e5eba6e21d (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system')
| -rw-r--r-- | util/system/benchmark/cpu_id/ya.make | 2 | ||||
| -rw-r--r-- | util/system/benchmark/create_destroy_thread/ya.make | 2 | ||||
| -rw-r--r-- | util/system/benchmark/rdtsc/ya.make | 2 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/util/system/benchmark/cpu_id/ya.make b/util/system/benchmark/cpu_id/ya.make index 5088daa2f39..976977014f6 100644 --- a/util/system/benchmark/cpu_id/ya.make +++ b/util/system/benchmark/cpu_id/ya.make @@ -4,7 +4,7 @@ OWNER(  )  SUBSCRIBER(g:util-subscribers) -Y_BENCHMARK()  +Y_BENCHMARK()  SRCS(      main.cpp diff --git a/util/system/benchmark/create_destroy_thread/ya.make b/util/system/benchmark/create_destroy_thread/ya.make index 613643b4563..03eb0ec8e07 100644 --- a/util/system/benchmark/create_destroy_thread/ya.make +++ b/util/system/benchmark/create_destroy_thread/ya.make @@ -1,6 +1,6 @@  OWNER(yazevnul) -Y_BENCHMARK()  +Y_BENCHMARK()  SRCS(      main.cpp diff --git a/util/system/benchmark/rdtsc/ya.make b/util/system/benchmark/rdtsc/ya.make index ea15a551367..7059abc3a4c 100644 --- a/util/system/benchmark/rdtsc/ya.make +++ b/util/system/benchmark/rdtsc/ya.make @@ -1,4 +1,4 @@ -Y_BENCHMARK()  +Y_BENCHMARK()  OWNER(g:util)  SUBSCRIBER(g:util-subscribers)  | 
