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

Change nnbench.reporter file to submodule, add base reporter #71

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

nicholasjng
Copy link
Collaborator

The interface has been scratched in a GitHub issue previously, this is its (tentative) implementation.

It's not yet to be considered stable, and we will likely defer v0.2.0 until at least either a file or database reporter has been implemented.

Since the added benchmark record merge has raised the question of how we want to treat heterogeneous contexts, we should consider adding a proper Context object in a follow-up.

This is mostly a restructuring, so no new tests.

@nicholasjng
Copy link
Collaborator Author

Questions (among others):

  1. Do we keep the _record suffix if the input is named record(s)?
  2. Do we keep .report() for backward compatibility (maybe only aliasing it to write())?

@nicholasjng nicholasjng force-pushed the extend-reporter-interface branch from 4a014ec to 4a1a8ba Compare February 8, 2024 15:54
The interface has been scratched in a GitHub issue previously, this is
its (tentative) implementation.

It's not yet to be considered stable, and we will likely defer v0.2.0
until at least either a file or database reporter has been implemented.

Since the added benchmark record merge has raised the question of how
we want to treat heterogeneous contexts, we should consider adding a
proper Context object in a follow-up.

This is mostly a restructuring, so no new tests.
@nicholasjng nicholasjng force-pushed the extend-reporter-interface branch from 4a1a8ba to 703ac37 Compare February 8, 2024 16:13
@nicholasjng nicholasjng merged commit d818d62 into main Feb 8, 2024
5 checks passed
@nicholasjng nicholasjng deleted the extend-reporter-interface branch February 8, 2024 16:14
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