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

feat: initial support for jellyfish benchmarking #19

Closed
wants to merge 2 commits into from

Conversation

eightfilms
Copy link
Contributor

@eightfilms eightfilms commented Apr 18, 2023

This PR will add:

  • a prototype clap app written in Rust that uses jellyfish to carry out operations for benchmarking,
  • a cubic circuit to start off with at first,
  • updates to the Python script that drives the execution of the above Rust program.

fix implementation
This is a pretty barebones implementation of what I would've liked to
be done:

- it's missing all the operations except for compilation
- the Rust-based test runner is currently not generalized to run different frameworks
- it's also missing RAM calculation for now.

There's also other 'flaws' such as all the code being in main.rs right now,
though we could always fix that later as the test runner gets bigger :)
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.

None yet

1 participant