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

@@ -3,6 +3,7 @@ package pivot_test
import (
"fmt"
"log"
"os"
"strings"
"testing"
@@ -85,7 +86,7 @@ func Example() {
func TestMain(m *testing.M) {
sqlite3.AutoExtension(pivot.Register)
m.Run()
os.Exit(m.Run())
}
func TestRegister(t *testing.T) {