Skip to content

Commit

Permalink
Reduce threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan authored Aug 24, 2023
1 parent 29e1852 commit 2160688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/basic.case.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ async function main() {

const averageRecords: Record<string, string> = {};
let belowThreshold: number = 0;
const threshold = 80;
const threshold = 75;

Object.keys(results)
.map(compare)
Expand Down

0 comments on commit 2160688

Please sign in to comment.