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

@@ -35,7 +35,7 @@ func TestMain(m *testing.M) {
log.Printf("%v (%d): %s", code, code, msg)
}
})
m.Run()
os.Exit(m.Run())
}
func Test_parallel(t *testing.T) {