Re: [PATCH v4 08/11] 9pfs: readdir benchmark

2020-01-23 Thread Christian Schoenebeck
On Donnerstag, 23. Januar 2020 11:34:15 CET Greg Kurz wrote: > On Tue, 21 Jan 2020 01:23:55 +0100 > > Christian Schoenebeck wrote: > > This patch is not intended to be merged. It just provides a > > Well I like the idea of having such a benchmark available. > It could probably be merged after a

Re: [PATCH v4 08/11] 9pfs: readdir benchmark

2020-01-23 Thread Greg Kurz
On Tue, 21 Jan 2020 01:23:55 +0100 Christian Schoenebeck wrote: > This patch is not intended to be merged. It just provides a Well I like the idea of having such a benchmark available. It could probably be merged after a few changes... > temporary benchmark foundation for coneniently A/B compar

[PATCH v4 08/11] 9pfs: readdir benchmark

2020-01-20 Thread Christian Schoenebeck
This patch is not intended to be merged. It just provides a temporary benchmark foundation for coneniently A/B comparison of the subsequent 9p readdir optimization patches: * hw/9pfs/9p-synth: increase amount of simulated files for readdir test to 2000 files. * tests/virtio-9p: measure wall tim