Skip to content

Conversation

@meteorfox
Copy link
Owner

Adds MineBench's KMeans, PLSA and RSearch benchmarks.

Copy link
Collaborator

@adhanotia adhanotia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Just a couple of minor nits.

#!/bin/bash
set -e
set -x

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a section for prerequisites and add the libraries we assume are going to be installed.

Maybe use our test host as baseline and then add any additional libraries that were installed before we can run this benchmark

#!/bin/bash
set -e

/usr/bin/time -p "$@"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Time might not always be in /usr/bin. Maybe just call 'time' and assume its added in the path?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

time is a built-in shell command in zsh and bash. /usr/bin/time provides more detailed data. But yes it's true, potentially time might not be installed.

I'll verify with time and see if it's enough. Ideally, Benchpress itself should measure the duration.

@meteorfox meteorfox force-pushed the benchpress/minebench branch from 0d382dd to d7190f7 Compare June 19, 2018 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants