-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
“Ask for feedback” step. #240
Comments
I would like to work on this, could you assign to me ? |
Go for it @inspire99 No need to assign it, you can just pick it up and come back with a PR! |
When i try to run the benchmark.py RuntimeError: Type not yet supported: int | None` Edit: temporary work around: n_benchmarks: Optional[int] = None, |
I think, we can use MongoDB as the database to save the results. Since MongoDB is flexible and scalable, it would make as a great DBMS system. |
Is this still an open issue? I saw that the feedback is already stored in the memory folder under "review," would converting that raw data into a markdown table be helpful? If so I can work on that! |
Good job on this! |
Create a step that asks “did it run/work/perfect”?, and store to memory folder.
And let the benchmark.py script check that result, and convert it to a markdown table like benchmark/RESULTS.md , and append it with some metadata to that file.
The text was updated successfully, but these errors were encountered: