You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
```
0 commit comments