You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are two slightly different mocking interfaces used for testing inside the virtio-queue crate. One used by the benchmark code inside benches and one inside the virtio-queue/src/lib.rs. The goal is to merge the two interfaces and decide which components should be kept, added or deleted.
The text was updated successfully, but these errors were encountered:
Currently, there are two slightly different mocking interfaces used for testing inside the virtio-queue crate. One used by the benchmark code inside
benches
and one inside thevirtio-queue/src/lib.rs
. The goal is to merge the two interfaces and decide which components should be kept, added or deleted.The text was updated successfully, but these errors were encountered: