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 3a8e104 commit b0cd3caCopy full SHA for b0cd3ca
src/semantic-router/pkg/cache/cache_test.go
@@ -1734,9 +1734,7 @@ func BenchmarkHybridVsMilvus(b *testing.B) {
1734
}
1735
1736
resultsDir := filepath.Join(projectRoot, "benchmark_results", "hybrid_vs_milvus")
1737
- if err := os.MkdirAll(resultsDir, 0755); err != nil {
1738
- b.Logf("Warning: Could not create results directory: %v", err)
1739
- }
+ _ = os.MkdirAll(resultsDir, 0755)
1740
timestamp := time.Now().Format("20060102_150405")
1741
csvPath := filepath.Join(resultsDir, fmt.Sprintf("results_%s.csv", timestamp))
1742
csvFile, err := os.Create(csvPath)
0 commit comments