We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee5048 commit 3761080Copy full SHA for 3761080
src/semantic-router/pkg/utils/classification/unified_classifier_test.go
@@ -377,8 +377,8 @@ func TestUnifiedClassifier_Integration(t *testing.T) {
377
378
// Verify large batch performance advantage (should be much faster than 100 individual calls)
379
avgTimePerText := duration.Milliseconds() / 100
380
- if avgTimePerText > 100 {
381
- t.Errorf("Average time per text too high: %dms (should be < 100ms)", avgTimePerText)
+ if avgTimePerText > 150 {
+ t.Errorf("Average time per text too high: %dms (should be < 150ms)", avgTimePerText)
382
}
383
384
t.Logf("Large batch: %d texts in %v (avg: %dms per text)",
0 commit comments