mbox series

[0/4] dbench: few enhancements from mmtests

Message ID 20220209221849.434616-1-mcgrof@kernel.org (mailing list archive)
Headers show
Series dbench: few enhancements from mmtests | expand

Message

Luis Chamberlain Feb. 9, 2022, 10:18 p.m. UTC
mmtests [0] also uses dbench, and they actually carry 4 patch delta
for years. These patches are useful and should not interfere
with existing uses, so just merge these.

As noted before, I've put all this and a few of my own fixes
into my own git tree [1] and I'll be extending dbench there as well
as I see its not up to date and even debian has dropped packaging
it as it doesn't compile anymore. The one on my tree compiles more
than fine now. I'll send a few other fixes after this set.

Mel, feel free to drop those patches if you want to use my tree :)

For lack of a mailing list for dbench, I'm freeloading off of fstests
as it uses dbench as well.

[0] https://github.com/gormanm/mmtests.git
[1] https://github.com/mcgrof/dbench.git

Jan Kara (1):
  Allow reporting of workload execution times

Mel Gorman (3):
  Defer reporting of execution times
  libnfs: Include stdint.h
  Check if parent is alive once per loadfile processed

 child.c  | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
 dbench.c |  3 +++
 dbench.h |  1 +
 libnfs.c |  1 +
 4 files changed, 57 insertions(+), 4 deletions(-)

Comments

Jan Kara Feb. 10, 2022, 9:44 a.m. UTC | #1
On Wed 09-02-22 14:18:45, Luis Chamberlain wrote:
> mmtests [0] also uses dbench, and they actually carry 4 patch delta
> for years. These patches are useful and should not interfere
> with existing uses, so just merge these.
> 
> As noted before, I've put all this and a few of my own fixes
> into my own git tree [1] and I'll be extending dbench there as well
> as I see its not up to date and even debian has dropped packaging
> it as it doesn't compile anymore. The one on my tree compiles more
> than fine now. I'll send a few other fixes after this set.
> 
> Mel, feel free to drop those patches if you want to use my tree :)
> 
> For lack of a mailing list for dbench, I'm freeloading off of fstests
> as it uses dbench as well.

Cool that someone started maintaining dbench ;). Thanks!

								Honza
Mel Gorman Feb. 10, 2022, 10:16 a.m. UTC | #2
On Wed, Feb 09, 2022 at 02:18:45PM -0800, Luis Chamberlain wrote:
> mmtests [0] also uses dbench, and they actually carry 4 patch delta
> for years. These patches are useful and should not interfere
> with existing uses, so just merge these.
> 
> As noted before, I've put all this and a few of my own fixes
> into my own git tree [1] and I'll be extending dbench there as well
> as I see its not up to date and even debian has dropped packaging
> it as it doesn't compile anymore. The one on my tree compiles more
> than fine now. I'll send a few other fixes after this set.
> 
> Mel, feel free to drop those patches if you want to use my tree :)
> 

Thanks Luis, I expect to migrate mmtests to use your tree relatively soon!
Davidlohr Bueso Feb. 10, 2022, 1:04 p.m. UTC | #3
On Wed, 09 Feb 2022, Luis Chamberlain wrote:
>[0] https://github.com/gormanm/mmtests.git
>[1] https://github.com/mcgrof/dbench.git

Just so that I'm clear, you forked dbench from sahlberg's repo, right?
(git://git.samba.org/sahlberg/dbench.git) That's the one we've been
using for mmtests but I'm not sure if there is also older repos
around like from tridge.

Thanks,
Davidlohr