Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark parameters fixes #17

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Benchmark parameters fixes #17

wants to merge 7 commits into from

Conversation

siddhesh
Copy link

@siddhesh siddhesh commented Mar 1, 2019

Patches in this branch include patches in PR #16 and add on top of it. I could not find a way to add these patches to that PR.

The additional patches scale the arm64 parameters to have most benchmarks run for a minimum of 5 seconds to improve stability of the numbers. The patches additionally add scaling support to the k-nucleotide and sum-file benchmarks so that they can be configured to run long enough to give some more meaningful numbers.

SameeraDes and others added 7 commits January 8, 2019 06:41
… math.mod are renamed in lua5.1, hence, need to check the version pre-5.1. math.log10 is made obsolete in lua5.2, hence, 5.2 onwards, math.log10 should not be available.
This change scales the parameters so that most of the benchmarks run
for a minimum of 5 seconds.  Some benchmarks (such as sum-file and
k-nucleotide) don't read the scaling parameter yet so they need to be
changed.
Add loop to run the search multiple times.
Add support to compute sum multiple times in the benchmark.
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.

1 participant