Skip to content

Commit

Permalink
Benchmark without XML (#493)
Browse files Browse the repository at this point in the history
* Custom benchmark for markup without XML

* Update benchmark scores

* Benchmark scores with types

* upd

* 245 types of files

* 244 items from head of log

* BM scores fix

* BM scores fix 2

* Apply suggestions from code review
  • Loading branch information
babenek authored Jan 23, 2024
1 parent 269ff93 commit b3057c3
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Get only results
run: |
head -n 12 credsweeper.log | tee benchmark.txt
head -n 244 credsweeper.log | tee benchmark.txt
tail -n 14 credsweeper.log | grep -v 'Time Elapsed:' | tee -a benchmark.txt
cp -vf ./temp/CredSweeper/output.json report.json
Expand Down
Loading

0 comments on commit b3057c3

Please sign in to comment.