Skip to content

Commit

Permalink
Fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowCait committed Aug 22, 2024
1 parent 67023ab commit f6dc748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk.bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Deno.bench("sign", async (b) => {
b.end();
});

Deno.bench("isValid", async (b) => {
Deno.bench("verifySignature", async (b) => {
const seckey = generateSecretKey();
const signer = new NDKPrivateKeySigner(seckey);
const ndk = new NDK({ signer });
Expand Down

0 comments on commit f6dc748

Please sign in to comment.