mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-20 11:38:28 -06:00
8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
|
graph {
|
||
|
|
||
|
{ rank=same;
|
||
|
operations -- dataset;
|
||
|
}
|
||
|
dataset -- datashape;
|
||
|
datashape -- operations;
|
||
|
}
|