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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,13 @@ You can see an examples in [this directory](./test/)
45
45
For the comparing i used `Markdown All in One` VS Code extension to render the same file, it renders it with not bad styles, that are provided [here](./test/styles.html)
46
46
47
47
You can combine file with styles and [output file](./test/output.html) to see some beauteful example render.
48
+
49
+
## Perfomance tests
50
+
51
+
Test data (Markdown): ~5000 lines
52
+
53
+
Output data (HTML): ~10000 lines
54
+
55
+
Total execution time: 0.0140266s (built-in-code measurements)
56
+
57
+
Total execution time: 0.0277915s (100 runs written in python)
0 commit comments