qb: benchmark

This commit is contained in:
Michał Matczuk
2017-07-28 14:38:19 +02:00
parent 556a615f6f
commit e976075998
6 changed files with 288 additions and 8018 deletions

View File

@@ -72,7 +72,6 @@ func createKeyspace(tb testing.TB, cluster *gocql.ClusterConfig, keyspace string
panic(err)
}
defer session.Close()
defer tb.Log("closing keyspace session")
err = createTable(session, `DROP KEYSPACE IF EXISTS `+keyspace)
if err != nil {