Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data. For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.
Merge branch 'main' into 10472-debug-exporter-output-paths-ishai
d725b74
6 days ago
by ishaish103
-32.82%
Resolve merge conflicts with upstream/main
- Updated QueueConfig to use configoptional.Optional[QueueBatchConfig]
- Changed from queueCfg.Enabled = false to configoptional.None() to disable queue
- Updated all test cases to use the new Optional API
- Preserved OutputPaths feature and validation logic
fc1885f
3 days ago
by ishaish103
+0.35%
Fix formatting and regenerate code
- Remove trailing whitespace in factory_test.go
- Remove extra blank line in factory_test.go
- Regenerate all generated code files
15349f4
3 days ago
by ishaish103
+1.65%
format
22f3245
3 days ago
by ishaish103
+9.9%
Fix linter errors
- Replace fmt.Errorf with errors.New for simple error messages (perfsprint)
- Replace assert with require for error assertions (testifylint)
3908483
3 days ago
by ishaish103
+63.92%
Fix Windows file handle cleanup in tests
- Avoid calling t.TempDir() in test case definitions
- Create temp directories once per test run
- Add runtime.GC() and small delay on Windows to ensure file handles are released
- Fixes test failures on Windows where log files remain open during cleanup
58b0cad
3 days ago
by ishaish103
-75.27%
Fix remaining linter error: use require for error assertion
a88eacb
3 days ago
by ishaish103
-0.86%
Exclude local module from test runs
The local module is for local testing only and has dependency issues.
Exclude it from ALL_MODULES to prevent test failures in CI.
a2ee4d0
3 days ago
by ishaish103
+47.68%
trigger ci
890e9ba
3 days ago
by ishaish103
+28.02%
make sure to delete file
e2d1942
2 days ago
by ishaish103
+1.34%
Merge branch 'main' into 10472-debug-exporter-output-paths-ishai
a48ff56
14 hours ago
by ishaish103
+0.35%
Merge branch '10472-debug-exporter-output-paths-ishai' of github.com:ishaish103/opentelemetry-collector into 10472-debug-exporter-output-paths-ishai