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 a local dummy benchmark class for testing interfaces. #81

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

NeoChaos12
Copy link
Collaborator

This local benchmark was something I wrote for the purposes of quickly testing interfaces for HPOBench benchmarks without the need to load up any of the actual benchmarks, install any dependencies, or even install singularity. Essentially, a bare-bones interface testing tool. The idea is that HPOBench benchmark-like objects with any desired configuration space and/or fidelity space can be programmatically generated to test any number of boundary conditions. Since I already wrote the code, I thought it might make a nice addition to the official upstream repo.

@codecov
Copy link

codecov bot commented Jan 22, 2021

Codecov Report

Merging #81 (c41b20b) into development (ff153d1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development      #81   +/-   ##
============================================
  Coverage        64.04%   64.04%           
============================================
  Files               20       20           
  Lines             1132     1132           
============================================
  Hits               725      725           
  Misses             407      407           

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