WIP simple SO working

This commit is contained in:
ParthSareen
2025-02-03 11:40:06 -08:00
parent 524029cd6d
commit d5f8670f0a
3 changed files with 32 additions and 37 deletions

View File

@@ -118,6 +118,7 @@ func temp() error {
Type: "object",
Properties: []*sample.Schema{
{Name: "name", Type: "string"},
{Name: "age", Type: "integer"},
},
}
@@ -158,7 +159,7 @@ func temp() error {
samplingTime := time.Since(samplingStart)
totalSamplingTime += samplingTime
fmt.Println("sampling time", samplingTime)
// fmt.Println("sampling time", samplingTime)
// fmt.Printf("Sample time: %vms\n", finishTime.Sub(sampleTime).Milliseconds())
var outputIDs []int32