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 csv_test
import (
"fmt"
"log"
"os"
"testing"
"github.com/ncruces/go-sqlite3"
@@ -56,7 +57,7 @@ func Example() {
func TestMain(m *testing.M) {
sqlite3.AutoExtension(csv.Register)
m.Run()
os.Exit(m.Run())
}
func TestRegister(t *testing.T) {