Skip to content

Commit a5c4faf

Browse files
authored
ci: Fix make index-benchmark-results (#19714)
Bump gobench to include elastic/gobench#33 for 8.19. Fixes benchmark failure ``` 2025/09/15 22:01:20 error creating/updating mapping: Invalid index name [apmbench-v2], already exists as alias ```
1 parent a832ba8 commit a5c4faf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ require (
113113
github.com/elastic/go-lumber v0.1.2-0.20220819171948-335fde24ea0f // indirect
114114
github.com/elastic/go-structform v0.0.12 // indirect
115115
github.com/elastic/go-windows v1.0.2 // indirect
116-
github.com/elastic/gobench v0.0.0-20241125091404-f9fd2d295223 // indirect
116+
github.com/elastic/gobench v0.0.0-20250916092032-bff3bff26845 // indirect
117117
github.com/elastic/gosigar v0.14.3 // indirect
118118
github.com/elastic/mock-es v0.0.0-20250530054253-8c3b6053f9b6 // indirect
119119
github.com/elastic/opentelemetry-lib v0.21.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ github.com/elastic/go-ucfg v0.8.8 h1:54KIF/2zFKfl0MzsSOCGOsZ3O2bnjFQJ0nDJcLhviyk
227227
github.com/elastic/go-ucfg v0.8.8/go.mod h1:4E8mPOLSUV9hQ7sgLEJ4bvt0KhMuDJa8joDT2QGAEKA=
228228
github.com/elastic/go-windows v1.0.2 h1:yoLLsAsV5cfg9FLhZ9EXZ2n2sQFKeDYrHenkcivY4vI=
229229
github.com/elastic/go-windows v1.0.2/go.mod h1:bGcDpBzXgYSqM0Gx3DM4+UxFj300SZLixie9u9ixLM8=
230-
github.com/elastic/gobench v0.0.0-20241125091404-f9fd2d295223 h1:fs4y5fkIRF/gnlmjwlMviwZGZjv0e5t1m8uvXtWHZzE=
231-
github.com/elastic/gobench v0.0.0-20241125091404-f9fd2d295223/go.mod h1:R4xA+4qAhrucHDf5TNKUNkrZc336WX5RG+bu2wVDOCc=
230+
github.com/elastic/gobench v0.0.0-20250916092032-bff3bff26845 h1:huZvwNongB2P1X1XJomjRxTitcLJLohr5/IZg4pVS5Y=
231+
github.com/elastic/gobench v0.0.0-20250916092032-bff3bff26845/go.mod h1:5AsY0WjYfcqssqh2y1YGUY6BJc22u4ZZW2MJ+xrhoyE=
232232
github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/uo=
233233
github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
234234
github.com/elastic/mock-es v0.0.0-20250530054253-8c3b6053f9b6 h1:JVNuBrmOoqLJgp9o68YBMnOrXCzQI3mCppW+suwRSlw=

0 commit comments

Comments
 (0)