From 68f040e0adc643a27c1b84432f3e2516971ee183 Mon Sep 17 00:00:00 2001 From: Roman Babenko Date: Tue, 21 Nov 2023 16:18:55 +0200 Subject: [PATCH] Benchmark lite obfuscation 2 --- .github/workflows/benchmark.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f56a57afa..ee3551343 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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