Skip to content

Commit

Permalink
Merge branch 'main' into tf
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek authored Jan 3, 2024
2 parents 6c5f0c0 + 50343a4 commit a72e806
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
exit_code=0
LOW_DELTA=10
THRESHOLD=250
# RELEASE
if [ ${RELEASE_TIME} -le ${HEAD_TIME} ]; then
d=$(( 1000 * ( ${HEAD_TIME} - ${RELEASE_TIME} ) / ${RELEASE_TIME} ))
Expand All @@ -303,7 +303,7 @@ jobs:
echo "Speed-up."
fi
fi
# BASE
if [ ${BASE_TIME} -le ${HEAD_TIME} ]; then
d=$(( 1000 * ( ${HEAD_TIME} - ${BASE_TIME} ) / ${BASE_TIME} ))
Expand Down
18 changes: 9 additions & 9 deletions cicd/benchmark.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
DATA: 19419621 valid lines. MARKUP: 74231 items
DATA: 19379397 valid lines. MARKUP: 74004 items
Category Positives Negatives Template
-------------------------- ----------- ----------- ----------
Authentication Key & Token 77 1 31
Generic Secret 1056 15 203
Generic Token 333 45 558
Other 844 63294 635
Password 1402 110 4164
Other 842 63097 631
Password 1399 110 4143
Predefined Pattern 330 2 40
Private Key 1009 2 32
Seed, Salt, Nonce 40 4 4
TOTAL: 5091 63473 5667
Detected Credentials: 5924
credsweeper result_cnt : 5161, lost_cnt : 0, true_cnt : 4263, false_cnt : 898
TOTAL: 5086 63276 5642
Detected Credentials: 5919
credsweeper result_cnt : 5157, lost_cnt : 0, true_cnt : 4263, false_cnt : 894
Category TP FP TN FN FPR FNR ACC PRC RCL F1
-------------------------- ---- ---- -------- ---- --------- --------- -------- -------- -------- --------
Authentication Key & Token 60 4 28 17 0.125 0.220779 0.807339 0.9375 0.779221 0.851064
Generic Secret 973 3 215 83 0.0137615 0.0785985 0.932496 0.996926 0.921402 0.957677
Generic Token 289 7 596 44 0.0116086 0.132132 0.945513 0.976351 0.867868 0.918919
Other 588 747 63182 256 0.0116848 0.303318 0.984515 0.440449 0.696682 0.539697
Password 996 129 4145 406 0.0301825 0.289586 0.905743 0.885333 0.710414 0.788287
Other 586 746 62982 256 0.011706 0.304038 0.984482 0.43994 0.695962 0.539098
Password 998 126 4127 401 0.0296262 0.286633 0.906759 0.8879 0.713367 0.791122
Predefined Pattern 312 2 40 18 0.0476191 0.0545455 0.946237 0.993631 0.945455 0.968944
Private Key 1009 4 30 0 0.117647 0.996165 0.996051 1 0.998022
Seed, Salt, Nonce 36 2 6 4 0.25 0.1 0.875 0.947368 0.9 0.923077
4263 898 19413632 828 4.625e-05 0.16264 0.999911 0.826003 0.83736 0.831643
4263 894 19373417 823 4.614e-05 0.161817 0.999911 0.826643 0.838183 0.832373

0 comments on commit a72e806

Please sign in to comment.