summaryrefslogtreecommitdiffhomepage
path: root/test/runner/runner.go
AgeCommit message (Collapse)Author
2020-03-20test: Create a separate /tmp mount only for tests with the shared tagAndrei Vagin
The root mount is not shared by default, but all other mounts are shared. So if we create the /tmp mount, this means that we run tests on a shared mount even if tests run without the --shared option. PiperOrigin-RevId: 302130790
2020-02-19Add basic microbenchmarks.Adin Scannell
PiperOrigin-RevId: 296104390