Skip to content

slowest rspec-core test: example_group_spec.rb:1007 #2295

Open
@gogainda

Description

@gogainda
bundle exec rspec ./spec/rspec/core/example_group_spec.rb:1007

cruby 2.7.1

bundle exec rspec ./spec/rspec/core/example_group_spec.rb:1007
Run options:
  include {:locations=>{"./spec/rspec/core/example_group_spec.rb"=>[1007]}}
  exclude {:ruby=>#<Proc: ./spec/spec_helper.rb:110>}

Randomized with seed 62739

RSpec::Core::ExampleGroup
  #before, after, and around hooks
    when an error occurs in an after(:all) hook
      rescues any error(s) and prints them out

Finished in 0.16857 seconds (files took 1.01 seconds to load)
1 example, 0 failures

vs
truffleruby-head

bundle exec rspec ./spec/rspec/core/example_group_spec.rb:1007
Run options:
  include {:locations=>{"./spec/rspec/core/example_group_spec.rb"=>[1007]}}
  exclude {:ruby=>#<Proc: ./spec/spec_helper.rb:110>}

Randomized with seed 1645

RSpec::Core::ExampleGroup
  #before, after, and around hooks
    when an error occurs in an after(:all) hook
      rescues any error(s) and prints them out

Finished in 23.84 seconds (files took 1.95 seconds to load)
1 example, 0 failures

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions