Skip to content

Commit

Permalink
renamed some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed May 20, 2024
1 parent d547375 commit f246f58
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 196 deletions.
4 changes: 2 additions & 2 deletions src/encryptedfs/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use crate::test_common::{create_attr, get_fs};
use crate::{async_util, test_common};

#[bench]
fn bench_create_nod(b: &mut Bencher) {
test_common::bench("bench_create_nod", 1, async {
fn bench_create(b: &mut Bencher) {
test_common::bench("bench_create", 1, async {
let fs = get_fs().await;

let mut i = 1;
Expand Down
Loading

0 comments on commit f246f58

Please sign in to comment.