Class | Description |
---|---|
InodeBenchRead |
This benchmark measures the time it takes to read inodes from
a tree like structure, this includes locking and traversing the
read path.
|
InodeBenchRead.Db | |
InodeBenchRead.ThreadState | |
InodeBenchWrite |
This benchmark measures the time it takes to write inodes to
a tree like structure, this includes locking and traversing the
path.
|
InodeBenchWrite.Db | |
InodeBenchWrite.ThreadState | |
RocksBenchBase | |
RocksBenchConfig |
This class is used to set different RocksDB configurations for the
benchmarks through the mRocksConfig option, as follows:
mRocksConfig - if using rocks, or rocksCache for mType, then the type
of RocksDB configuration to use (if using heap then this option must
be set to javaConfig).
|
RocksBenchRead |
This benchmark measures the performance of RocksDB single key accesses.
|
RocksBenchRead.Db | |
RocksBenchRead.ThreadState | |
RocksBenchReadWrite |
This benchmark measures the performance of RocksDB single key
read and write operations that are interleaved.
|
RocksBenchReadWrite.Db | |
RocksBenchReadWrite.ThreadState | |
RocksBenchWrite |
This benchmark measures the performance of writing single keys/value
pairs of inodeId/inode to RocksDB.
|
RocksBenchWrite.Db | |
RocksBenchWrite.ThreadState |
Copyright © 2023. All Rights Reserved.