]> Cypherpunks repositories - gostls13.git/commit
runtime: import os package in BenchmarkRunningGoProgram
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 8 Mar 2017 03:58:41 +0000 (14:58 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 21 Mar 2017 05:59:45 +0000 (05:59 +0000)
commitf2b79cadfde436a824a12b40e096b4fe6c8249d7
tree033bf2243f00add47e2214f36b3661f2c9e2c7b6
parent165a96e28131b703a1d318da245285bd98546bf6
runtime: import os package in BenchmarkRunningGoProgram

I would like to use BenchmarkRunningGoProgram to measure
changes for issue #15588. So the program in the benchmark
should import "os" package.

It is also reasonable that basic Go program includes
"os" package.

For #15588.

Change-Id: Ida6712eab22c2e79fbe91b6fdd492eaf31756852
Reviewed-on: https://go-review.googlesource.com/37914
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/syscall_windows_test.go