-
Notifications
You must be signed in to change notification settings - Fork 212
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
still doing metering transform on node in solo, cosmic-swingset, tests #3373
Comments
It'd be great to be able to remove this. I tried removing and |
I'd like us to make an explicit decision about whether to get this into the near-term release. |
I'm experimenting now with adding |
Zoe's |
The tests that actually need to exercise metering now use `xs-worker` instead of enabling global metering. This speeds those tests up by 4x-6x. refs #3373
All metered vats should now be using xsnap, so we no longer need to meter 'local' vats, and can remove the performance-costly global metering wrapper. refs #3373
All metered vats should now be using xsnap, so we no longer need to meter 'local' vats, and can remove the performance-costly global metering wrapper. refs #3373
PR #3393 will remove We still enforce |
The tests that actually need to exercise metering now use `xs-worker` instead of enabling global metering. This speeds those tests up by 4x-6x. refs #3373
All metered vats should now be using xsnap, so we no longer need to meter 'local' vats, and can remove the performance-costly global metering wrapper. refs #3373
All metered vats should now be using xsnap, so we no longer need to meter 'local' vats, and can remove the performance-costly global metering wrapper. refs #3373
Description
Now that metering is taking shape on XS, is there any value in metering on the node side?
In local integration testing (with
agoric start
) I saw:meteredConstructor.make
is almost certainly an artifact of a metering transform.Searching for
import '@agoric/install-metering-and-ses';
turns up:plus in tests:
This search used github's code search; I've seen it miss things.
To Reproduce
IOU?
cc @katelynsills
The text was updated successfully, but these errors were encountered: