Benchmark libc.

This commit is contained in:
Nuno Cruces
2025-04-04 10:56:12 +01:00
parent 970eb6a2f9
commit e6c9f18934
13 changed files with 290 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ import (
func TestMain(m *testing.M) {
sqlite3.AutoExtension(bloom.Register)
m.Run()
os.Exit(m.Run())
}
func TestRegister(t *testing.T) {