Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-11 | Add verity stat benchmark test | Chong Cai | |
PiperOrigin-RevId: 390284683 | |||
2021-08-04 | Add verity_randread benchmark test | Chong Cai | |
PiperOrigin-RevId: 388819374 | |||
2021-08-03 | Add verity open_read_close benchmark test | Chong Cai | |
PiperOrigin-RevId: 388494554 | |||
2021-07-30 | Merge pull request #6257 from zhlhahaha:2193-1 | gVisor bot | |
PiperOrigin-RevId: 387885663 | |||
2021-07-28 | Add verity read benchmark tests | Chong Cai | |
PiperOrigin-RevId: 387431049 | |||
2021-07-27 | Don't create an extra fd bitmap to allocate a new fd. | Andrei Vagin | |
2021-07-23 | Add verity open benchmark test | Chong Cai | |
PiperOrigin-RevId: 386533065 | |||
2021-05-05 | Automated rollback of changelist 361661726 | Andrei Vagin | |
PiperOrigin-RevId: 372221411 | |||
2021-04-05 | Actually don't run unlink_benchmark with TSAN. | Ayush Ranjan | |
This benchmark currently takes > 15 minutes to run in that case. PiperOrigin-RevId: 366891726 | |||
2021-04-05 | Don't run unlink_benchmark with TSAN. | Adin Scannell | |
This benchmark currently takes > 15 minutes to run in that case. PiperOrigin-RevId: 366817185 | |||
2021-04-03 | Remove eternal and enormous tests. | Adin Scannell | |
PiperOrigin-RevId: 366573366 | |||
2021-03-08 | Run shards in a single sandbox | Fabricio Voznika | |
Run all tests (or a given test partition) in a single sandbox. Previously, each individual unit test executed in a new sandbox, which takes much longer to execute. Before After Syscall tests: 37m22.768s 14m5.272s PiperOrigin-RevId: 361661726 | |||
2020-12-03 | Support partitions for other tests. | Adin Scannell | |
PiperOrigin-RevId: 345399936 | |||
2020-08-20 | Enable strace+debug in syscall tests | Fabricio Voznika | |
This is done to ease troubleshooting when tests fail. runsc logs are not stored when tests passe, so this will only affect failing tests and should not increase log storage too badly. PiperOrigin-RevId: 327717551 | |||
2020-04-03 | Deflake //third_party/gvisor/test/perf:getdents_benchmark_runsc_ptrace | Andrei Vagin | |
* Increase a buffer size for getdents64 * Increase a number of shards PiperOrigin-RevId: 304670004 | |||
2020-02-28 | Mark gettid and getdents as nogotsan | Zach Koopmans | |
PiperOrigin-RevId: 297915815 | |||
2020-02-24 | Add default behavior for gtest runner. | Adin Scannell | |
PiperOrigin-RevId: 297009116 | |||
2020-02-19 | Add basic microbenchmarks. | Adin Scannell | |
PiperOrigin-RevId: 296104390 |