Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby-on-rails-4/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 4 rails 4需要一个简单的基准测试工具吗_Ruby On Rails 4_Benchmarking - Fatal编程技术网

Ruby on rails 4 rails 4需要一个简单的基准测试工具吗

Ruby on rails 4 rails 4需要一个简单的基准测试工具吗,ruby-on-rails-4,benchmarking,Ruby On Rails 4,Benchmarking,其思想是实现基准测试,就像在rails perftest中所做的那样。但是我发现在rails 4中使用它时存在一些问题 您能为rails 4推荐简单的基准测试gem吗?您可以在项目中使用一些gem gem 'method_profiler' gem 'rbench' gem 'bench_press' gem 'better-benchmark' gem 'Tach'

其思想是实现基准测试,就像在
rails perftest
中所做的那样。但是我发现在rails 4中使用它时存在一些问题


您能为rails 4推荐简单的基准测试gem吗?

您可以在项目中使用一些gem

gem 'method_profiler'
gem 'rbench'
gem 'bench_press'
gem 'better-benchmark'
gem 'Tach'