Skip to content

Commit

Permalink
chore: Bump xsnap meter type
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Dec 20, 2023
1 parent d029e80 commit b2f7ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/xsnap/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Also, update golden master test/test-xs-perf.js to reflect new meter
* version.
*/
export const METER_TYPE = 'xs-meter-22';
export const METER_TYPE = 'xs-meter-23';

export const ExitCode = {
E_UNKNOWN_ERROR: -1,
Expand Down
2 changes: 1 addition & 1 deletion packages/xsnap/test/test-xs-perf.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test('meter details', async t => {
},
'evaluate returns meter details',
);
t.is(meterType, 'xs-meter-22');
t.is(meterType, 'xs-meter-23');
});

// test disabled until rewritten to tolerate fast CI hosts getting
Expand Down

0 comments on commit b2f7ba0

Please sign in to comment.