Skip to content

Commit

Permalink
Benchmark lite obfuscation 2
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Nov 21, 2023
1 parent e746c6f commit d17725c
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
Expand Up @@ -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
Expand All @@ -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 --lite_obfuscation


# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Expand All @@ -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
Expand Down

0 comments on commit d17725c

Please sign in to comment.