Skip to content

Commit 20c5b1c

Browse files
committed
Fix wrong comment
This was already changed to 120FPS in e0b49e7, but it looks like we forgot to update the comment.
1 parent bde36fc commit 20c5b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_general.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func Test_performance()
121121

122122
exec printf("profile start %s", log_file)
123123
profile func tpipeline#update
124-
" simulate someone scrolling at 60FPS
124+
" simulate someone scrolling at 120FPS
125125
func Scroll()
126126
if line(".") - 1
127127
norm k

0 commit comments

Comments
 (0)