xk6-frostfs/internal
Evgenii Stratonikov b66b5a2f37 [#42] registry: Optimize Count() for ObjSelector
It is the heaviest function executing on setup stage.
The culprit is the linear dependency between its execution
time and the amount of objects in registry. The solution is to store
object by status. While the optimization doesn't work for objects with
no status, it is currently provided by all scenarios.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-05-15 16:08:26 +03:00
..
datagen [#43] generator: Fix initial payload generation 2023-03-24 07:29:32 +00:00
env [#11] Support reading env variables from file 2023-03-15 09:13:34 +03:00
local Check NOFILE limit before creating local storage engine 2023-04-21 14:01:30 +03:00
logging [#9] logging: Make logger more functional 2023-02-28 14:18:53 +03:00
native Rename package name 2023-03-07 17:53:17 +03:00
registry [#42] registry: Optimize Count() for ObjSelector 2023-05-15 16:08:26 +03:00
s3 Rename package name 2023-03-07 17:53:17 +03:00
s3local [#52] Add debug_logger flag to local scenarios 2023-04-19 10:44:45 +03:00
stats Initial commit 2022-05-12 23:27:06 +03:00