Skip to content

Commit

Permalink
Rerun insta test to reflect solc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed Feb 3, 2023
1 parent 03b10af commit 32ac329
Show file tree
Hide file tree
Showing 25 changed files with 48 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
add([Uint(2), Uint(5)]) used 269 gas
add([Uint(2), Uint(5)]) used 268 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
add_from_mem([Uint(2), Uint(5)]) used 807 gas
add_from_mem([Uint(2), Uint(5)]) used 806 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
add_from_sto([Uint(2), Uint(5)]) used 22618 gas
add_from_sto([Uint(2), Uint(5)]) used 22616 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
bit_and([Uint(26), Uint(42)]) used 512 gas
bit_and([Uint(26), Uint(42)]) used 510 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
bit_or([Uint(26), Uint(42)]) used 477 gas
bit_or([Uint(26), Uint(42)]) used 475 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
bit_xor([Uint(26), Uint(42)]) used 496 gas
bit_xor([Uint(26), Uint(42)]) used 494 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
div([Uint(43), Uint(5)]) used 331 gas
div([Uint(43), Uint(5)]) used 330 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
lshift([Uint(1), Uint(7)]) used 433 gas
lshift([Uint(1), Uint(7)]) used 431 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
mod([Uint(43), Uint(5)]) used 353 gas
mod([Uint(43), Uint(5)]) used 352 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
mul([Uint(10), Uint(42)]) used 335 gas
mul([Uint(10), Uint(42)]) used 334 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
pow([Uint(3), Uint(5)]) used 618 gas
pow([Uint(3), Uint(5)]) used 616 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
rshift([Uint(128), Uint(7)]) used 455 gas
rshift([Uint(128), Uint(7)]) used 453 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
sub([Uint(42), Uint(26)]) used 288 gas
sub([Uint(42), Uint(26)]) used 287 gas

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
run_test([]) used 32 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
run_test([]) used 1361 gas
run_test([]) used 1355 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
write_bar([Uint(4), Uint(42)]) used 22494 gas
write_bar([Uint(26), Uint(12)]) used 22494 gas
read_bar([Uint(4)]) used 468 gas
read_bar([Uint(26)]) used 468 gas
write_bar([Uint(4), Uint(42)]) used 22486 gas
write_bar([Uint(26), Uint(12)]) used 22486 gas
read_bar([Uint(4)]) used 470 gas
read_bar([Uint(26)]) used 470 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
write_bar([Uint(4), Uint(42)]) used 22482 gas
write_bar([Uint(26), Uint(12)]) used 22482 gas
read_bar([Uint(4)]) used 438 gas
read_bar([Uint(26)]) used 438 gas
write_bar([Uint(4), Uint(42)]) used 22474 gas
write_bar([Uint(26), Uint(12)]) used 22474 gas
read_bar([Uint(4)]) used 440 gas
read_bar([Uint(26)]) used 440 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
write_bar([Uint(4), Uint(42)]) used 22401 gas
write_bar([Uint(26), Uint(12)]) used 22401 gas
read_bar([Uint(4)]) used 383 gas
read_bar([Uint(26)]) used 383 gas
write_bar([Uint(4), Uint(42)]) used 22388 gas
write_bar([Uint(26), Uint(12)]) used 22388 gas
read_bar([Uint(4)]) used 382 gas
read_bar([Uint(26)]) used 382 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
write_bar([Uint(4), Uint(42)]) used 22482 gas
write_bar([Uint(26), Uint(12)]) used 22482 gas
read_bar([Uint(4)]) used 438 gas
read_bar([Uint(26)]) used 438 gas
write_bar([Uint(4), Uint(42)]) used 22474 gas
write_bar([Uint(26), Uint(12)]) used 22474 gas
read_bar([Uint(4)]) used 440 gas
read_bar([Uint(26)]) used 440 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
write_bar([Uint(4), Uint(42)]) used 22494 gas
write_bar([Uint(26), Uint(12)]) used 22494 gas
read_bar([Uint(4)]) used 468 gas
read_bar([Uint(26)]) used 468 gas
write_bar([Uint(4), Uint(42)]) used 22486 gas
write_bar([Uint(26), Uint(12)]) used 22486 gas
read_bar([Uint(4)]) used 470 gas
read_bar([Uint(26)]) used 470 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
write_bar([Uint(4), Uint(42)]) used 22482 gas
write_bar([Uint(26), Uint(12)]) used 22482 gas
read_bar([Uint(4)]) used 438 gas
read_bar([Uint(26)]) used 438 gas
write_bar([Uint(4), Uint(42)]) used 22471 gas
write_bar([Uint(26), Uint(12)]) used 22471 gas
read_bar([Uint(4)]) used 440 gas
read_bar([Uint(26)]) used 440 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
bar([Int(100)]) used 22635 gas
bar([Int(100)]) used 22633 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
bar([Int(115792089237316195423570985008687907853269984665640564039457584007913129639926)]) used 22635 gas
bar([Int(115792089237316195423570985008687907853269984665640564039457584007913129639926)]) used 22633 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
i32_array([FixedArray([Int(115792089237316195423570985008687907853269984665640564039457584007913129639926), Int(100), Int(115792089237316195423570985008687907853269984665640564039457584007910982156288), Int(2147483647)])]) used 1380 gas
i32_array([FixedArray([Int(115792089237316195423570985008687907853269984665640564039457584007913129639926), Int(100), Int(115792089237316195423570985008687907853269984665640564039457584007910982156288), Int(2147483647)])]) used 1378 gas

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/tests/src/features.rs
expression: "format!(\"{}\", harness.gas_reporter)"
---
i8_array([FixedArray([Int(115792089237316195423570985008687907853269984665640564039457584007913129639926), Int(100), Int(115792089237316195423570985008687907853269984665640564039457584007913129639808), Int(127)])]) used 1312 gas
i8_array([FixedArray([Int(115792089237316195423570985008687907853269984665640564039457584007913129639926), Int(100), Int(115792089237316195423570985008687907853269984665640564039457584007913129639808), Int(127)])]) used 1311 gas

0 comments on commit 32ac329

Please sign in to comment.