Skip to content

Commit

Permalink
Fix benches build
Browse files Browse the repository at this point in the history
  • Loading branch information
SHAcollision committed Feb 12, 2025
1 parent c1211e2 commit cd8b748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benches/watcher.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use criterion::{criterion_group, criterion_main, Criterion};
use mainline::Testnet;
use pkarr::Keypair;
use pubky::Client;
use pubky_app_specs::{PubkyAppUser, PubkyAppUserLink};
use pubky_common::crypto::Keypair;
use pubky_homeserver::Homeserver;
use pubky_nexus::EventProcessor;
use setup::run_setup;
Expand All @@ -27,7 +27,7 @@ async fn create_homeserver_with_events() -> (Testnet, String) {
let keypair = Keypair::random();
let user_id = keypair.public_key().to_z32();

// Create and delete a user profile (as per your requirement)
// Create and delete a user profile
client
.signup(&keypair, &homeserver.public_key())
.await
Expand Down

0 comments on commit cd8b748

Please sign in to comment.