Skip to content

Commit

Permalink
fix: revert default vc count in perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Oct 23, 2023
1 parent a420c54 commit 1443a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/state-transition/test/perf/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let altairCachedState23638: CachedBeaconStateAltair | null = null;
/**
* Number of validators in prater is 210000 as of May 2021
*/
export const numValidators = 932506;
export const numValidators = 250000;
export const keypairsMod = 100;

/**
Expand Down

0 comments on commit 1443a84

Please sign in to comment.