Skip to content

Commit

Permalink
Updating benchmarks workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Nov 21, 2024
1 parent 0bc42b6 commit 0660568
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Benchmarks
on: [workflow_dispatch]
jobs:
build:
run_benchmarks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -13,5 +13,5 @@ jobs:
distribution: adopt
java-version: 21
cache: maven
- name: Build
- name: Run Benchmarks
run: BENCHMARKS_ENABLED=true BENCHMARKS_CONNECTION_STRING="${{ secrets.BENCHMARKS_CONNECTION_STRING }}" BENCHMARKS_USER="${{ secrets.BENCHMARKS_USER }}" BENCHMARKS_PASSWORD="${{ secrets.BENCHMARKS_PASSWORD }}" mvn test
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void runBenchmarks() throws Exception {
final String arg_document = "all";
final String arg_redactor = "mask_all";
final int repetitions = 1;
final int workload_millis = 100;
final int workload_millis = 15000;

// create redactor based on Phileas PII engine
final Redactor redactor = new Redactor(arg_redactor);
Expand Down

0 comments on commit 0660568

Please sign in to comment.