File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,6 @@ func toolchainFromGOROOT(name, goroot string) *toolchain {
65
65
}
66
66
67
67
func run (tcs []* toolchain ) error {
68
- fmt .Printf ("runstamp: %s\n " , time .Now ().In (time .UTC ).Format (time .RFC3339Nano ))
69
-
70
68
// Because each of the functions below is responsible for running
71
69
// benchmarks under each toolchain itself, it is also responsible
72
70
// for ensuring that the benchmark tag "toolchain" is printed.
@@ -152,6 +150,8 @@ func main() {
152
150
subRepoBaseline = os .Getenv ("BENCH_SUBREPO_BASELINE_PATH" )
153
151
}
154
152
153
+ fmt .Printf ("runstamp: %s\n " , time .Now ().In (time .UTC ).Format (time .RFC3339Nano ))
154
+
155
155
if repository != "go" {
156
156
toolchain := toolchainFromGOROOT ("baseline" , gorootBaseline )
157
157
if err := goTestSubrepo (toolchain , repository , subRepoBaseline , subRepoExperiment ); err != nil {
You can’t perform that action at this time.
0 commit comments