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
Both the html-report and html-server commands take in JSONL and create a sqlite db to use for making the reports but if someone wants to run both commands then they will have to re-process everything. I want to make a html-create-db command that takes in the JSONL timeline as input and outputs the sqlite file.
html-report and html-server commands will now use the sqlite db as input instead of JSONL.
The text was updated successfully, but these errors were encountered:
Both the
html-report
andhtml-server
commands take in JSONL and create a sqlite db to use for making the reports but if someone wants to run both commands then they will have to re-process everything. I want to make ahtml-create-db
command that takes in the JSONL timeline as input and outputs the sqlite file.html-report
andhtml-server
commands will now use the sqlite db as input instead of JSONL.The text was updated successfully, but these errors were encountered: