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-07-22 | Move socket_test_util to //test/util | Ghanan Gowripalan | |
...and rename the library to socket_util. PiperOrigin-RevId: 386348306 | |||
2020-09-01 | Implement setattr+clunk in 9P | Fabricio Voznika | |
This is to cover the common pattern: open->read/write->close, where SetAttr needs to be called to update atime/mtime before the file is closed. Benchmark results: BM_OpenReadClose/10240 CPU setattr+clunk: 63783 ns VFS2: 68109 ns VFS1: 72507 ns Updates #1198 PiperOrigin-RevId: 329628461 | |||
2020-02-19 | Add basic microbenchmarks. | Adin Scannell | |
PiperOrigin-RevId: 296104390 |