Skip to content

Commit

Permalink
DYN-7832 Signed tuneup 2.0 binaries. (#15673) (#15674)
Browse files Browse the repository at this point in the history
  • Loading branch information
reddyashish authored Nov 19, 2024
1 parent b56237f commit 2faabb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified extern/TuneUp/bin/TuneUp.dll
Binary file not shown.
Binary file modified extern/TuneUp/bin/en-US/TuneUp.resources.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions extern/TuneUp/pkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"license": "MIT",
"file_hash": null,
"name": "TuneUp",
"version": "1.0.16",
"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 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.",
"version": "2.0.0",
"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 version 2.0.0.\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 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.",
"group": "",
"keywords": [
"profiler",
Expand All @@ -15,7 +15,7 @@
"engine_version": "3.0.0.7186",
"engine": "dynamo",
"engine_metadata": "",
"site_url": "https://dynamobim.org/",
"site_url": "https://dynamobim.org/tuneup-extension-explore-your-node-and-graph-execution-times/",
"repository_url": "https://github.com/DynamoDS/TuneUp",
"contains_binaries": true,
"node_libraries": [],
Expand Down

0 comments on commit 2faabb6

Please sign in to comment.