Documentation ¶
Overview ¶
package traffic generates filesystem traffic useful for testing and benchmarking
Index ¶
Constants ¶
View Source
const ( File Object = iota Commit = iota Branch = iota )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Workload ¶
type Workload []Op
Workload describe work to be done on the server. We generate workloads in specific ways such that read operations (o.RW == R) can be taken as facts about the system. For example a read operation on a file will indicate with its Data file what the file should look like right now
Click to show internal directories.
Click to hide internal directories.