miller/scripts/compiler-versions-install
John Kerl e10fee0724
Improve type-inference performance (#809)
* To-do items for broader platform/go-version benchmarking

* neaten inferrer API

* extend type-inference unit-test cases

* Add benchmark scripts for comparing compiler versions

* mlr version in addition to mlr --version

* some go-benchmark files for Mac/Linux perf comparisons

* neaten perf-scripts

* merge

* type-scan optimization tests

* type-scan optimization infra

* test new inferrer

* mlr --time option

* include --cpuprofile and --traceprofile in on-line help

* sharpen inferred/deferred-type API distinction

* replace old inferrer with newer/faster

* update docs for new type-inferrer
2021-12-27 00:54:21 -05:00

13 lines
302 B
Bash
Executable file

#!/bin/sh
# https://go.dev/doc/manage-install
go install golang.org/dl/go1.18beta1@latest
go install golang.org/dl/go1.17.5@latest
go install golang.org/dl/go1.16.12@latest
go install golang.org/dl/go1.15.15@latest
go1.15.15 download
go1.16.12 download
go1.17.5 download
go1.18beta1 download