-
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
test(fast-usdc): count computrons for advancement #10621
Conversation
Deploying agoric-sdk with Cloudflare Pages
|
46.5Mc is over 1/2 of the current 65Mc block budget. So no more than 1 per block, and that's if all the oracles report in 1 block. My prototype measurement was 28.8Mc, but that was using a single oracle and who knows what other short-cuts. |
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.
if we want a measurement in every ci run, this doesn't seem to get us there yet
const test: TestFn<WalletFactoryTestContext> = anyTest; | ||
const { | ||
SLOGFILE: slogFile, | ||
SWINGSET_WORKER_TYPE: defaultManagerType = 'local', |
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.
I was expecting this to get set to xsnap
somewhere in ci, but I don't see it.
I'm not certain where the bar should be. hm.
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.
nice work
based on discussion with @turadg , on-demand measurements suffice.
b0a8901
to
39d3796
Compare
closes #10511
Testing