-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update manifest file #75
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
{ | ||
"license": "", | ||
"license": "MIT", | ||
"file_hash": null, | ||
"name": "TuneUp", | ||
"version": "1.0.13", | ||
"description": "On Dynamo 2.5–2.19 (.NET 4.8), use TuneUp versions up to 1.0.7.\r\nOn Dynamo 3.0+ (.NET 8), use TuneUp versions 1.0.8 and later.\r\n\r\nTuneUp is a view extension for analyzing the performance of Dynamo graphs. TuneUp allows you to see overall graph execution time, per-node execution time, execution time of groups, and other helpful information. With TuneUp, you can rerun all nodes, including ones that are normally skipped for optimization/caching during repeated runs of a graph. This enables you to compare the actual execution times between multiple runs. Read more here: https://dynamobim.org/tuneup-extension-explore-your-node-and-graph-execution-times/. \r\n\r\nKnown issues:\r\n1. TuneUp does not work in a custom node workspace.\r\n2. TuneUp does not work in a custom node workspace.", | ||
"group": "", | ||
"keywords": [ | ||
"profiler", | ||
"tuneup" | ||
"profiler", | ||
"tuneup" | ||
], | ||
"dependencies": [], | ||
"host_dependencies": [], | ||
"contents": "", | ||
"engine_version": "2.5.0", | ||
"engine_version": "3.0.0.7186", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @reddyashish Notice this one, I think for newer version of TuneUp, it's not meant for Dynamo 2.x anyway, we can safely use the Global launched Dynamo 3.0 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good catch, i missed it. |
||
"engine": "dynamo", | ||
"engine_metadata": "", | ||
"site_url": "https://dynamobim.org/", | ||
"repository_url": "https://github.com/DynamoDS/TuneUp", | ||
"contains_binaries": true, | ||
"node_libraries": [] | ||
} | ||
"node_libraries": [], | ||
"copyright_holder": "DynamoTeam", | ||
"copyright_year": "2024" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MIT license for tuneup?