mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 12:57:20 +00:00
fix: merge err
This commit is contained in:
parent
5a7b9c7a0b
commit
3ea9770871
1 changed files with 0 additions and 9 deletions
|
@ -15,15 +15,6 @@ mod run {
|
|||
use rand::SeedableRng;
|
||||
use serde_json::Value;
|
||||
|
||||
#[cfg(feature = "fuzzing")]
|
||||
mod run {
|
||||
use super::*;
|
||||
use arbitrary::Unstructured;
|
||||
use loro_core::fuzz::test_multi_sites;
|
||||
use loro_core::fuzz::Action;
|
||||
use rand::Rng;
|
||||
use rand::SeedableRng;
|
||||
|
||||
pub fn criterion_benchmark(c: &mut Criterion) {
|
||||
let mut rgn = rand::rngs::StdRng::seed_from_u64(0);
|
||||
let mut bytes = Vec::new();
|
||||
|
|
Loading…
Reference in a new issue