Skip to content

Commit

Permalink
sweet: upgrade tile38 to 1.29.1
Browse files Browse the repository at this point in the history
The current version of tile38 hard-codes GOFLAGS in its Makefile, which
makes experimentation with compiler flags difficult.

Upgrade to the latest version, which no longer overrides GOFLAGS. This
will probably cause a slight discontinuity in performance results.

For golang/go#55022.

Change-Id: I1e42bd76d2bfcb7b9816447b260988f37bf32c87
Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/444475
Run-TryBot: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
  • Loading branch information
prattmic authored and gopherbot committed Oct 21, 2022
1 parent 125e69f commit 5a591f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sweet/harnesses/tile38.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (h Tile38) Get(srcDir string) error {
return gitShallowClone(
srcDir,
"https://github.com/tidwall/tile38",
"1.25.3",
"1.29.1",
)
}

Expand Down

0 comments on commit 5a591f8

Please sign in to comment.