Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Benchmark light obfuscation
Browse files Browse the repository at this point in the history
babenek committed Nov 21, 2023

Verified

This commit was signed with the committer’s verified signature.
SWvheerden SW van Heerden
1 parent e746c6f commit babcc6a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,8 @@ jobs:
- name: Checkout CredData
uses: actions/checkout@v3
with:
repository: Samsung/CredData
ref: lightobf
repository: babenek/CredData

- name: Cache data
id: cache-data
@@ -46,7 +47,7 @@ jobs:

- name: Generate Data Asset
if: steps.cache-data.outputs.cache-hit != 'true'
run: python download_data.py --data_dir data
run: python download_data.py --data_dir data --light_obfuscation


# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
@@ -62,7 +63,8 @@ jobs:
- name: Checkout CredData
uses: actions/checkout@v3
with:
repository: Samsung/CredData
ref: lightobf
repository: babenek/CredData

- name: Cache data
id: cache-data

0 comments on commit babcc6a

Please sign in to comment.