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
Create benches for performance testing, remove profiler
## Details
Attempt to measure actual user latency by moving cursor around
and changing modes in unit test.
The profile option is no longer needed as this is a more robust
way to see what's happening.
Fix module annotation on unit tests by adding blank line.
- Remove `profile` field in favor of benches [2f21726](https://github.com/MeanderingProgrammer/markdown.nvim/commit/2f217266c6b416c4948ddb7e88a5db02670c75d5)
13
+
- In order to fix:
14
+
- Implement `parse` method instead of `render`, no direct translation
15
+
-`profile` field was only meant for development, should not have any users
0 commit comments