Skip to content

Commit

Permalink
Update pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored Sep 17, 2024
1 parent e292920 commit 2e19e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TuneUp/manifests/pkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"license": "",
"file_hash": null,
"name": "TuneUp",
"version": "1.0.10",
"version": "1.0.11",
"description": "*** THE TUNEUP EXTENSION USES NEW API FEATURES THAT ARE ONLY AVAILABLE IN DYNAMO VERSION 2.5 OR ABOVE ***\r\n\r\nTuneUp is in beta and is a view extension for analyzing the performance of Dynamo graphs. TuneUp allows you to see overall graph execution time, per-node execution time, and other helpful information about what's happening under the hood, e.g. nodes run in the current execution v.s. nodes run in the previous execution (which are skipped this run for optimization/ caching). 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 with .dyfs (custom nodes) yet.\r\n2.TuneUp binaries are not semantically versioned and are not intended to be built on top of as an API. Do not treat these binaries like DynamoCore.\r\n3. TuneUp requires Dynamo 3.0 or higher for access to new extension APIs.\r\n4. When user have TuneUp open, after switching workspace in Dynamo, the first graph run does not give execution time and nodes order.",
"group": "",
"keywords": [
Expand All @@ -19,4 +19,4 @@
"repository_url": "https://github.com/DynamoDS/TuneUp",
"contains_binaries": true,
"node_libraries": []
}
}

0 comments on commit 2e19e9c

Please sign in to comment.