#3368 was previously merged to remove unused benchmark modules, but go sdk repo tool will mark a module without go.mod as tombstone module and fail the codegen release if there's any .go file remained (placeholder benchmark.go in this case), which caused daily release and multiple builds' failure. A long term fix should be made for the repo tool calculation func
#3368 was previously merged to remove unused benchmark modules, but go sdk repo tool will mark a module without go.mod as tombstone module and fail the codegen release if there's any .go file remained (placeholder benchmark.go in this case), which caused daily release and multiple builds' failure. A long term fix should be made for the repo tool calculation func