Skip to content

Commit f643f5f

Browse files
committed
Add list of pending benchmarks
1 parent edaf105 commit f643f5f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

tools/vcli/bw/benchmark/benchmark.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ a tree or a random graph generator.`,
4747

4848
// runAll executes all the canned benchmarks and prints out the stats.
4949
func runAll(ctx context.Context, st storage.Store) int {
50+
// - Add non existing triples. (done)
51+
// - Add triples that already exist. (todo)
52+
// - Remove non existing triples. (todo)
53+
// - Remove existing triples. (todo)
54+
// - BQL tree walking from root. (todo)
55+
// - BQL random graph hopping. (todo)
56+
// - BQL sorting. (todo)
57+
// - BQL grouping. (todo)
58+
// - BQL counting. (todo)
59+
// - BQL filter existent (todo)
60+
// - BQL filter non existent (todo)
5061
return runAddTriples(ctx, st)
5162
}
5263

0 commit comments

Comments
 (0)