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

Added benchmarks + suite related to my thesis work #220

Merged
merged 1 commit into from
Sep 22, 2015

Conversation

eastlund
Copy link
Contributor

This PR contains a large part of my thesis work that involves creating a benchmark suite for Encore as well as some benchmark programs to measure the performance of Encore. The benchmarks themselves are explained in short in a description file located in their respective folders.

The Makefiles included are somewhat lacklustre and could be greatly improved but are included to help you get things running.

The benchmarks folder contains the following:

  • Makefile to compile all programs
  • Readme contains information about the benchmark suite software in detail and explains the role of
    • config.rb
    • run.rb
    • runner.rb
    • helper.rb
  • data contains a file that describes the purpose of the folder, may be redundant?
  • programs contains
    • general which contains
      • Makefile to compile all programs in this folder (only big exists yet)
      • big which contains the "Big" benchmark
    • pl_shootout contains two benchmarks from the pl shootout game, namely:
      • chameneos
      • fannkuch
  • rbfiles
    • contains all .rb files to run the corresponding benchmarks, see Readme in benchmarks folder for more information about these files.

@eastlund
Copy link
Contributor Author

Sorry about the big commit, realized too late in the process of adding all the files that it would be good to divide them into different commits.

@supercooldave
Copy link

Given that this does not touch the main code base, and adds significant value, it should be accepted assuming that there are no silly errors.

There may be places where we think we could have done better – then do so after it has been committed. Mikael has virtually finished his bachelors and won't have the time to improve this – hopefully, he'll come back for a masters project with us ;-)

@kikofernandez
Copy link
Contributor

Agree. Idea: Wouldn't it be good if he could do a presentation about the benchmark suite software in a Friday meeting?

@eastlund
Copy link
Contributor Author

I could probably do that, but I'm not sure that I have time to prepare a "formal presentation" so a quick demonstration would probably be a better fit.

Feel free to ask me questions about the things included in this PR as well if you have any (here in the comment section), I'll answer them as well as I can.

Hopefully I haven't forgotten to add some files. :)

@kikofernandez kikofernandez self-assigned this Sep 22, 2015
kikofernandez pushed a commit that referenced this pull request Sep 22, 2015
Added benchmarks + suite related to my thesis work
@kikofernandez kikofernandez merged commit 40e1c3d into parapluu:master Sep 22, 2015
@kikofernandez kikofernandez deleted the features/benchmarks branch September 22, 2015 08:53
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