slang icon indicating copy to clipboard operation
slang copied to clipboard

Add performance tests for bindings API

Open ggiraldez opened this issue 1 year ago • 1 comments

This PR adds performance tests to exercise the bindings API:

  • create_bindings creates a blank Bindings object, useful as a baseline and to later measure the cost of adding the built-ins
  • bindings which construct the stack graphs and other related bindings structures for the performance testing dataset files
  • resolve_references attempts to resolve all the references found in the dataset files

ggiraldez avatar Sep 20 '24 03:09 ggiraldez

⚠️ No Changeset found

Latest commit: b8c9dd17a538d718b4550e2add1e64313c7530a5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Sep 20 '24 03:09 changeset-bot[bot]

LGTM. I implemented the remaining suggestions in the comments and sent a PR against your branch. If you like the changes, we can merge it first before merging this PR.

Thank you, those look great! I already merged your PR.

ggiraldez avatar Sep 25 '24 15:09 ggiraldez