Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The benchmark got accidentally broken when all the test projects were moved from spec to test_projects. This commit fixes it. Before: ``` ➜ simplecov git:(main) ruby benchmarks/result.rb Traceback (most recent call last): 1: from benchmarks/result.rb:9:in `<main>' benchmarks/result.rb:9:in `require_relative': cannot load such file -- /Users/dnnx/work/simplecov/spec/faked_project/lib/faked_project (LoadError) ``` After: ``` ➜ simplecov git:(fix-benchmarks) ruby benchmarks/result.rb Warming up -------------------------------------- generating a simplecov result 7.000 i/100ms Calculating ------------------------------------- generating a simplecov result 78.386 (± 1.3%) i/s - 392.000 in 5.002603s ```
- Loading branch information