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