-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add more tests and benchmarks #58
Comments
* resolved diverging upstream branch and adding back in the tests * merging old changes with new changes for read tests * fixing merge issues in write tests * more merge fixes * removing redundant test
@raman4793 I added few more places where we need tests and benchmarks |
Thank you for the heads-up. I am working on this. Hopefully it can be closed sometime late next week. |
@radumarias , I am not sure I understand what you meant by |
|
@raman4793 how are you with this? |
@raman4793 any progress on this? |
1 similar comment
@raman4793 any progress on this? |
Add more relevant tests and benchmarks here
https://github.com/radumarias/rencfs/blob/main/src/encryptedfs/
https://github.com/radumarias/rencfs/tree/main/src/crypto/write
https://github.com/radumarias/rencfs/tree/main/src/crypto/read
https://github.com/radumarias/rencfs/blob/main/src/arc_hashmap.rs#L96
https://github.com/radumarias/rencfs/blob/main/src/expire_value.rs#L100
https://github.com/radumarias/rencfs/blob/main/src/fs_util.rs
https://github.com/radumarias/rencfs/blob/main/src/keyring.rs
https://github.com/radumarias/rencfs/blob/main/src/mount.rs
https://github.com/radumarias/rencfs/blob/main/src/stream_util.rs
Use criterion, see here how https://github.com/radumarias/rencfs/issues/122
Also add tests with concurrent operations over fs.
https://youtu.be/MiLp0InGOkI?si=xrt3V57DuL1uG2Vr
The text was updated successfully, but these errors were encountered: