Skip to content

Commit

Permalink
fix jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
piotmag769 committed Mar 6, 2024
1 parent 128c021 commit 5110715
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 26 deletions.
27 changes: 18 additions & 9 deletions crates/cairo-profiler/tests/data/deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@
]
},
"nested_calls": [
]
],
"vm_trace": []
}
]
],
"vm_trace": []
},
{
"entry_point": {
Expand Down Expand Up @@ -195,9 +197,11 @@
]
},
"nested_calls": [
]
],
"vm_trace": []
}
]
],
"vm_trace": []
},
{
"entry_point": {
Expand Down Expand Up @@ -276,9 +280,11 @@
]
},
"nested_calls": [
]
],
"vm_trace": []
}
]
],
"vm_trace": []
},
{
"entry_point": {
Expand Down Expand Up @@ -357,9 +363,12 @@
]
},
"nested_calls": [
]
],
"vm_trace": []
}
]
],
"vm_trace": []
}
]
],
"vm_trace": []
}
18 changes: 12 additions & 6 deletions crates/cairo-profiler/tests/data/l1_handler.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@
]
},
"nested_calls": [
]
],
"vm_trace": []
}
]
],
"vm_trace": []
},
{
"entry_point": {
Expand Down Expand Up @@ -234,11 +236,15 @@
]
},
"nested_calls": [
]
],
"vm_trace": []
}
]
],
"vm_trace": []
}
]
],
"vm_trace": []
}
]
],
"vm_trace": []
}
33 changes: 22 additions & 11 deletions crates/cairo-profiler/tests/data/trace.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@
]
},
"nested_calls": [
]
],
"vm_trace": []
}
]
],
"vm_trace": []
},
{
"entry_point": {
Expand Down Expand Up @@ -196,9 +198,11 @@
]
},
"nested_calls": [
]
],
"vm_trace": []
}
]
],
"vm_trace": []
},
{
"entry_point": {
Expand Down Expand Up @@ -277,9 +281,11 @@
]
},
"nested_calls": [
]
],
"vm_trace": []
}
]
],
"vm_trace": []
},
{
"entry_point": {
Expand Down Expand Up @@ -358,7 +364,8 @@
]
},
"nested_calls": [
]
],
"vm_trace": []
},
{
"entry_point": {
Expand Down Expand Up @@ -398,9 +405,11 @@
]
},
"nested_calls": [
]
],
"vm_trace": []
}
]
],
"vm_trace": []
},
{
"entry_point": {
Expand Down Expand Up @@ -440,7 +449,9 @@
]
},
"nested_calls": [
]
],
"vm_trace": []
}
]
],
"vm_trace": []
}

0 comments on commit 5110715

Please sign in to comment.