dominicwatts / benchmark
Benchmark shell script to test timings on actions
Installs: 537
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.0.0
- magento/framework: *
- symfony/stopwatch: ^5
README
Benchmark shell script to test timings on actions.
Install instructions
composer require dominicwatts/benchmark
php bin/magento setup:upgrade
php bin/magento setup:di:compile
Usage instructions
Stock update
xigen:benchmark:stock [-l|--limit [LIMIT]] [--] <run>
php bin/magento xigen:benchmark:stock run
php bin/magento xigen:benchmark:stock run -l 10
Product Status Update
xigen:benchmark:status [-l|--limit [LIMIT]] [--] <run>
php bin/magento xigen:benchmark:status run
php bin/magento xigen:benchmark:status run -l 10
Product Price Update
xigen:benchmark:price [-l|--limit [LIMIT]] [--] <run>
php bin/magento xigen:benchmark:price run
php bin/magento xigen:benchmark:price run -l 10
Customer Vat Number Update
xigen:benchmark:customer [-l|--limit [LIMIT]] [--] <run>
php bin/magento xigen:benchmark:customer run
php bin/magento xigen:benchmark:customer run -l 10
Category Keywords Update
xigen:benchmark:category [-l|--limit [LIMIT]] [--] <run>
php bin/magento xigen:benchmark:category run
php bin/magento xigen:benchmark:category run -l 10