-
Name
-
test-prof
-
Version
-
0.2.4
-
Platform
-
ruby
-
Authors
-
Vladimir Dementyev
-
Bindir
-
bin
-
Date
-
2017-08-29 00:00:00 UTC
-
Dependencies
-
bundler (~> 1.10, development)
rake (~> 10.0, development)
rspec (~> 3.5, development)
minitest (~> 5.9, development)
rubocop (~> 0.49, development)
pry-byebug (>= 0, development)
-
Description
-
Ruby applications tests profiling tools.
Contains tools to anylyze factories usage, integrate with Ruby profilers,
profile your examples using ActiveSupport notifications (if any) and
statically analyze your code with custom Rubocop cops.
-
Email
-
dementiev.vm@gmail.com
-
Files
-
CHANGELOG.md
LICENSE.txt
README.md
assets/flamegraph.demo.html
assets/flamegraph.template.html
assets/src/d3-tip.js
assets/src/d3-tip.min.js
assets/src/d3.flameGraph.css
assets/src/d3.flameGraph.js
assets/src/d3.flameGraph.min.css
assets/src/d3.flameGraph.min.js
assets/src/d3.v4.min.js
guides/any_fixture.md
guides/before_all.md
guides/event_prof.md
guides/factory_default.md
guides/factory_doctor.md
guides/factory_prof.md
guides/rspec_stamp.md
guides/rubocop.md
guides/ruby_prof.md
guides/stack_prof.md
guides/tag_prof.md
guides/tests_sampling.md
lib/test-prof.rb
lib/test_prof.rb
lib/test_prof/any_fixture.rb
lib/test_prof/cops/rspec/aggregate_failures.rb
lib/test_prof/event_prof.rb
lib/test_prof/event_prof/custom_events.rb
lib/test_prof/event_prof/custom_events/factory_create.rb
lib/test_prof/event_prof/custom_events/sidekiq_inline.rb
lib/test_prof/event_prof/custom_events/sidekiq_jobs.rb
lib/test_prof/event_prof/instrumentations/active_support.rb
lib/test_prof/event_prof/minitest.rb
lib/test_prof/event_prof/rspec.rb
lib/test_prof/ext/float_duration.rb
lib/test_prof/ext/string_truncate.rb
lib/test_prof/factory_default.rb
lib/test_prof/factory_default/factory_girl_patch.rb
lib/test_prof/factory_doctor.rb
lib/test_prof/factory_doctor/factory_girl_patch.rb
lib/test_prof/factory_doctor/minitest.rb
lib/test_prof/factory_doctor/rspec.rb
lib/test_prof/factory_prof.rb
lib/test_prof/factory_prof/factory_girl_patch.rb
lib/test_prof/factory_prof/printers/flamegraph.rb
lib/test_prof/factory_prof/printers/simple.rb
lib/test_prof/logging.rb
lib/test_prof/recipes/minitest/sample.rb
lib/test_prof/recipes/rspec/any_fixture.rb
lib/test_prof/recipes/rspec/before_all.rb
lib/test_prof/recipes/rspec/factory_default.rb
lib/test_prof/recipes/rspec/sample.rb
lib/test_prof/rspec_stamp.rb
lib/test_prof/rspec_stamp/parser.rb
lib/test_prof/rspec_stamp/rspec.rb
lib/test_prof/rubocop.rb
lib/test_prof/ruby_prof.rb
lib/test_prof/ruby_prof/rspec.rb
lib/test_prof/stack_prof.rb
lib/test_prof/stack_prof/rspec.rb
lib/test_prof/tag_prof.rb
lib/test_prof/tag_prof/rspec.rb
lib/test_prof/utils.rb
lib/test_prof/utils/sized_ordered_set.rb
lib/test_prof/version.rb
-
Homepage
-
http://github.com/palkan/test-prof
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 2.3.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
2.6.11
-
Specification version
-
4
-
Summary
-
Ruby applications tests profiling tools
-
Original platform
-
ruby
-
New platform
-
ruby