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 a large notebook with at least 500 code cells & 200 markdown cells (the more cells you have the better)
Code cells could contain could be print("Hello World")
Markdown cells needs to be more complex such as
# Header 1## Header 2### Header 3
Tip:You can create one code cell and one markdown cell, then copy them and paste them a few times.
Then copy all cells and copy & paste them
Ensure notebook outline is visible
Enable the setting Notebook: Show Code Cells Symbols
Enable Notebook: Sticky Scroll
Test Steps
Open the notebook
Select the Kernel Dummy Execution
Select the command Dummy Execution: Run all (text output)
Verify the cells run within a few seconds (should be less than 5s)
Tip: You can open the output panel Dummy Execution to see some of the times.
The entry in the log Time spent in users perspective: n should be low.
In stable this would be around 10-30 seconds or more, depending on the size of the notebook (cell count).
Note: the durations displayed in the output panel is in milliseconds
Now run the same steps against VS Code stable and verify its very slow.
It should be significantly slower than VS Code insiders.
E.g. if insiders completes in 3s, then stable will take around 30s.
The text was updated successfully, but these errors were encountered:
Cells executed 952
Output type text
Time spent in VS Code before extension is notified: 11835
Time spent in Extension Host running all cells: 6498
Time spent in VS Code updating UI after exection completed: 104410
Time spent in users perspective: 122744
Refs: #209787
Complexity: 3
Create Issue
Pre-requisites
vscode-notebook-dummy-execution-0.0.1.vsix.zip
print("Hello World")
Notebook: Show Code Cells Symbols
Notebook: Sticky Scroll
Test Steps
Dummy Execution
Dummy Execution: Run all (text output)
Dummy Execution
to see some of the times.The entry in the log
Time spent in users perspective: n
should be low.In stable this would be around 10-30 seconds or more, depending on the size of the notebook (cell count).
Note: the durations displayed in the output panel is in
milliseconds
It should be significantly slower than VS Code insiders.
E.g. if insiders completes in 3s, then stable will take around 30s.
The text was updated successfully, but these errors were encountered: