File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
evm/src/test/java/org/hyperledger/besu/evm/precompile Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,22 @@ private static void benchModExp() {
281
281
"marcin-3-balanced" ,
282
282
Bytes .fromHexString (
283
283
"000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000020e8e77626586f73b955364c7b4bbf0bb7f7685ebd40e852b164633a4acbd3244cfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01681d2220bfea4bb888a5543db8c0916274ddb1ea93b144c042c01d8164c95" ))
284
+ .put (
285
+ "pawel-1-exp-heavy" ,
286
+ Bytes .fromHexString (
287
+ "0x000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000008ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ))
288
+ .put (
289
+ "pawel-2-exp-heavy" ,
290
+ Bytes .fromHexString (
291
+ "0x000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000280000000000000000000000000000000000000000000000000000000000000010ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ))
292
+ .put (
293
+ "pawel-3-exp-heavy" ,
294
+ Bytes .fromHexString (
295
+ "0x000000000000000000000000000000000000000000000000000000000000001800000000000000000000000000000000000000000000000000000000000000150000000000000000000000000000000000000000000000000000000000000018ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ))
296
+ .put (
297
+ "pawel-4-exp-heavy" ,
298
+ Bytes .fromHexString (
299
+ "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000020ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ))
284
300
.build ();
285
301
final BigIntegerModularExponentiationPrecompiledContract contract =
286
302
BigIntegerModularExponentiationPrecompiledContract .osaka (new OsakaGasCalculator ());
You can’t perform that action at this time.
0 commit comments