HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/railties-7.0.4.2/lib/rails/generators/rails/benchmark/USAGE
Description:
    Generate benchmarks to compare performance optimizations.

    Makes use of the `benchmark-ips` gem as it provides a number of benefits like:
     - Simple significance test
     - Automatic warmup
     - No need to specify the number of iterations

Example:
    `bin/rails generate benchmark opt_compare`

    This will create:
        script/benchmarks/opt_compare.rb

    You can run the generated benchmark file using:
        `ruby script/benchmarks/opt_compare.rb`

    You can specify different reports:
        `bin/rails generate benchmark opt_compare patch1 patch2 patch3`