Skip to content

Commit fd381b9

Browse files
Refactoring the Baseline Functionality (#66)
* Refactoring the baseline generation * Adding more metrics to the baseline
1 parent f20fcb4 commit fd381b9

59 files changed

Lines changed: 3947 additions & 715 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/.phive/
66
/.phpunit.cache/
77
/.phpcca.cache/
8+
/.phpcca/
89
/tmp/
910
/tools/
1011
/benchmarks/storage/

config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ cognitive:
4343
cache:
4444
enabled: false
4545
directory: './.phpcca.cache'
46+
performance:
47+
batchSize: 100 # Files to process before flushing to report
4648
# Example of custom reporters:
4749
# customReporters:
4850
# cognitive:

0 commit comments

Comments
 (0)