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.15.11 (latest)
- Published
- May 5, 2025
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 1 day ago –
Tools for package owners.