package dbtest
import "github.com/ethereum/go-ethereum/ethdb/dbtest"
Index ¶
- func BenchDatabaseSuite(b *testing.B, New func() ethdb.KeyValueStore)
- func TestDatabaseSuite(t *testing.T, New func() ethdb.KeyValueStore)
Functions ¶
func BenchDatabaseSuite ¶
func BenchDatabaseSuite(b *testing.B, New func() ethdb.KeyValueStore)
BenchDatabaseSuite runs a suite of benchmarks against a KeyValueStore database implementation.
func TestDatabaseSuite ¶
func TestDatabaseSuite(t *testing.T, New func() ethdb.KeyValueStore)
TestDatabaseSuite runs a suite of tests against a KeyValueStore database implementation.
Source Files ¶
- Version
- v1.16.1 (latest)
- Published
- Jul 2, 2025
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 5 days ago –
Tools for package owners.