Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |