Skip to content

Commit

Permalink
Extend benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
timKraeuter committed Apr 10, 2024
1 parent 4558133 commit 9e4bc73
Show file tree
Hide file tree
Showing 4 changed files with 44,433 additions and 443 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bencher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
--branch "$GITHUB_REF_NAME" \
--token "${{ secrets.BENCHER_API_TOKEN }}" \
--err \
"hyperfine -L bpmnModel benchmark_input/p10x01.bpmn,benchmark_input/p15x01.bpmn,benchmark_input/p17x01.bpmn './target/release/rust_bpmn_analyzer_cli -f ./{bpmnModel} -p safeness,option-to-complete,proper-completion,no-dead-activities' --export-json results.json"
"hyperfine -L bpmnModel benchmark_input/p10x01.bpmn,benchmark_input/p15x01.bpmn,benchmark_input/p17x01.bpmn,benchmark_input/400.bpmn,benchmark_input/500.bpmn './target/release/rust_bpmn_analyzer_cli -f ./{bpmnModel} -p safeness,option-to-complete,proper-completion,no-dead-activities' --export-json results.json"
Loading

0 comments on commit 9e4bc73

Please sign in to comment.