예제 #1
0
파일: benchmark.py 프로젝트: marrow/cinje
 def test_cinje_flush_all():
     return ''.join(bigtable.bigtable_stream(table=bigtable.table))
예제 #2
0
파일: benchmark.py 프로젝트: marrow/cinje
 def test_cinje_flush_first():
     return next(bigtable.bigtable_stream(table=bigtable.table))