Example #1
0
func BenchmarkGSWriteBatchSml(b *testing.B) {
	graphstore.BatchWriteBenchmark(b, tempGS, smallBatchSize)
}
Example #2
0
func BenchmarkGSWriteBatchLrg(b *testing.B) {
	graphstore.BatchWriteBenchmark(b, tempGS, largeBatchSize)
}
Example #3
0
func BenchmarkGSWriteSingleEntry(b *testing.B) {
	graphstore.BatchWriteBenchmark(b, tempGS, 1)
}