Skip to content

Commit

Permalink
cmd/bench: update location of gopls benchmarks
Browse files Browse the repository at this point in the history
Change-Id: I5a86759412beb2e824160323d43fd7e063e0b359
Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/545817
Reviewed-by: Alan Donovan <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
findleyr committed Nov 30, 2023
1 parent 85f25f3 commit e622c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bench/gotest.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func goTestSubrepo(tc *toolchain, subRepo, baselineDir, experimentDir string) er
//
// By convention, gopls uses -short to define tests that should be run by
// x/benchmarks.
benchmarkDir := filepath.Join(experimentDir, "gopls", "internal", "regtest", "bench")
benchmarkDir := filepath.Join(experimentDir, "gopls", "internal", "test", "integration", "bench")

tests := []struct {
name string // toolchain name
Expand Down

0 comments on commit e622c6e

Please sign in to comment.