Skip to content

Commit a080e8c

Browse files
committed
commit new reports
1 parent 4a112ee commit a080e8c

28 files changed

+1222
-0
lines changed

snapshots-no-ir/ArrayTest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"Array_empty": "235",
3+
"Array_large": "235",
4+
"Array_mixed": "1722",
5+
"Array_nested": "1960",
6+
"Array_single": "628"
7+
}

snapshots-no-ir/BignumTest.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Integer": "235",
3+
"NInt256_max": "914",
4+
"NInt256_middle": "235",
5+
"NInt256_multi": "816",
6+
"NInt256_single": "816",
7+
"UInt256_max": "770",
8+
"UInt256_middle": "672",
9+
"UInt256_multi": "672",
10+
"UInt256_single": "672"
11+
}

snapshots-no-ir/BytesTest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"Bytes32_short": "422",
3+
"Bytes_empty": "408",
4+
"Bytes_extended": "497",
5+
"Bytes_short": "445",
6+
"skipBytes": "306"
7+
}

snapshots-no-ir/CidSha256Test.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"Cid": "251",
3+
"Cid_multicodec_raw": "202",
4+
"NullableCid_nullCbor": "198"
5+
}

snapshots-no-ir/IntTest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"Int_max": "495",
3+
"Int_min": "630",
4+
"Int_neg_one": "1111",
5+
"Int_nint16": "572",
6+
"Int_uint16": "437",
7+
"Int_zero": "358"
8+
}

snapshots-no-ir/MapTest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"Map_empty": "249",
3+
"Map_nested": "6269",
4+
"Map_nested2": "3236",
5+
"Map_single": "1437"
6+
}

snapshots-no-ir/NIntTest.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"NInt": "556",
3+
"NInt16": "536",
4+
"NInt32": "565",
5+
"NInt64": "600",
6+
"NInt8_0": "332",
7+
"NInt8_1": "332",
8+
"NInt8_long": "431",
9+
"NInt8_max": "430",
10+
"NInt8_short": "333"
11+
}

snapshots-no-ir/PeekTest.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"isArray_false": "0",
3+
"isArray_true": "651",
4+
"isBool_false_undefinedCbor": "0",
5+
"isBool_true_falseCbor": "651",
6+
"isBool_true_trueCbor": "648",
7+
"isBytes_false": "0",
8+
"isBytes_true": "651",
9+
"isInt_false": "0",
10+
"isInt_true_negativeCbor": "648",
11+
"isInt_true_unsignedCbor": "699",
12+
"isMap_false": "0",
13+
"isMap_true": "651",
14+
"isNInt_false": "60",
15+
"isNInt_true": "651",
16+
"isNull_false": "59",
17+
"isNull_true": "651",
18+
"isString_false": "0",
19+
"isString_true": "651",
20+
"isTag_expect_false": "181",
21+
"isTag_expect_true": "794",
22+
"isTag_false": "0",
23+
"isTag_true": "651",
24+
"isUInt_false": "0",
25+
"isUInt_true": "681",
26+
"isUndefined_false": "59",
27+
"isUndefined_true": "651"
28+
}

snapshots-no-ir/SimpleTest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"Boolean_false": "105",
3+
"Boolean_true": "728",
4+
"skipNull": "135",
5+
"skipUndefined": "135"
6+
}

snapshots-no-ir/StringTest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"String1": "97",
3+
"String32_short": "422",
4+
"String_empty": "408",
5+
"String_extended": "445",
6+
"String_short": "445",
7+
"skipString": "306"
8+
}

0 commit comments

Comments
 (0)