Skip to content

Commit 1acfc86

Browse files
committed
link: Add reproduced version of case-app inefficiency
Signed-off-by: Josh Soref <[email protected]>
1 parent 5637cea commit 1acfc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2018-06-04-scalac-profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ options of the bloop configuration file.
787787
This is a good moment to try to minimize the problem. `-Xlog-implicits` will
788788
log a lot of failed searches and we want to be able to see through the noise.
789789
I did minimise the issue
790-
[here](https://github.com/scalacenter/scalac-profiling/pull/23/commits/dbcb8d480e9b402899d21620055bc555b2841382).
790+
with [Add reproduced version of case-app inefficiency](https://github.com/scalacenter/scalac-profiling/pull/23/commits/dbcb8d480e9b402899d21620055bc555b2841382).
791791
Doing `implicitly[Parser[CliOptions]]` also reproduces it.
792792
793793
Among all the logs, this is the one that attracts my attention the most.

0 commit comments

Comments
 (0)