Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit ebc3999

Browse files
authored
chore: make method parser smarter, without using scopes (#240)
Signed-off-by: azjezz <azjezz@protonmail.com>
1 parent 5f47da4 commit ebc3999

File tree

109 files changed

+10591
-8270
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+10591
-8270
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252

5353
- name: benchmark
5454
run: |
55-
hyperfine --runs 20 --warmup 2 --show-output "cd pull-request && cargo test -r symfony" "cd pull-request-base && cargo test -r symfony"
55+
hyperfine --runs 10 --warmup 2 "cd pull-request && cargo test -r php_standard_library" "cd pull-request-base && cargo test -r php_standard_library"

0 commit comments

Comments
 (0)