Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
imDema committed Mar 18, 2024
1 parent 7b090d2 commit 1c7ca64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions benches/connected.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use criterion::BenchmarkId;
use criterion::{criterion_group, criterion_main, Criterion, Throughput};
use fxhash::FxHashMap;
use rand::prelude::*;
use rand::rngs::SmallRng;
use renoir::operator::Operator;
use renoir::Stream;
use renoir::StreamContext;
use rand::prelude::*;
use rand::rngs::SmallRng;
use serde::{Deserialize, Serialize};

mod common;
Expand Down
2 changes: 1 addition & 1 deletion examples/pagerank_timely.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::time::Instant;

use renoir::prelude::*;
use rand::prelude::*;
use renoir::prelude::*;

#[global_allocator]
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
Expand Down
2 changes: 1 addition & 1 deletion examples/rolling_top_words.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use std::time::{Instant, SystemTime};
#[global_allocator]
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;

use renoir::prelude::*;
use rand::prelude::*;
use renoir::prelude::*;

const TOPICS: [&str; 50] = [
"#love",
Expand Down

0 comments on commit 1c7ca64

Please sign in to comment.