Skip to content

Commit

Permalink
Increase to 25%
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Dec 18, 2024
1 parent 9e3dc47 commit 097769d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/helpers/ip-matcher/performance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -811,5 +811,5 @@ t.test("test performance in comparison to node:net.blocklist", async (t) => {
const percentageDiff = ((blockListMs - ipMatcherMs) / ipMatcherMs) * 100;

// Expect the IPMatcher to be faster than the BlockList
t.same(percentageDiff > 0, true);
t.same(percentageDiff > 25, true);
});

0 comments on commit 097769d

Please sign in to comment.