-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* DiskRegistry benchmarks * DiskRegistry state generator tool * Prepare backup in recipe * Make generation like real cluster
- Loading branch information
Showing
15 changed files
with
773 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
cloud/blockstore/libs/storage/disk_registry/benchmark/ya.make
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
G_BENCHMARK() | ||
|
||
INCLUDE(${ARCADIA_ROOT}/cloud/blockstore/tests/recipes/disk-registry-state/recipe.inc) | ||
|
||
IF (SANITIZER_TYPE) | ||
INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/large.inc) | ||
ELSE() | ||
INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/medium.inc) | ||
ENDIF() | ||
|
||
SRCS( | ||
../disk_registry_state_benchmark.cpp | ||
) | ||
|
||
PEERDIR( | ||
cloud/blockstore/libs/storage/disk_registry/testlib | ||
) | ||
|
||
END() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.