-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2328 from demergent-labs/missing_benchmarks
Missing benchmarks
- Loading branch information
Showing
12 changed files
with
1,764 additions
and
7,759 deletions.
There are no files selected for viewing
29 changes: 27 additions & 2 deletions
29
tests/end_to_end/candid_rpc/functional_syntax/composite_queries/benchmarks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,31 @@ | ||
{ | ||
"canister1": { | ||
"previous": { "version": "No previous benchmarks", "benchmarks": [] }, | ||
"current": { "version": "0.25.0-pre-bifurcation", "benchmarks": [] } | ||
"previous": { | ||
"version": "0.25.0-pre-bifurcation", | ||
"benchmarks": [] | ||
}, | ||
"current": { | ||
"version": "0.25.0-dev", | ||
"benchmarks": [ | ||
{ | ||
"instructions": { | ||
"__bigint__": "5499208898" | ||
}, | ||
"method_name": "init", | ||
"timestamp": { | ||
"__bigint__": "1734133390459503339" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "11963642" | ||
}, | ||
"method_name": "simpleUpdate", | ||
"timestamp": { | ||
"__bigint__": "1734133413583963268" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |
9 changes: 6 additions & 3 deletions
9
tests/end_to_end/candid_rpc/functional_syntax/composite_queries/benchmarks.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3,873 changes: 93 additions & 3,780 deletions
3,873
tests/end_to_end/candid_rpc/functional_syntax/composite_queries/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
263 changes: 261 additions & 2 deletions
263
tests/end_to_end/candid_rpc/functional_syntax/management_canister/benchmarks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,265 @@ | ||
{ | ||
"management_canister": { | ||
"previous": { "version": "No previous benchmarks", "benchmarks": [] }, | ||
"current": { "version": "0.25.0-pre-bifurcation", "benchmarks": [] } | ||
"previous": { | ||
"version": "0.25.0-pre-bifurcation", | ||
"benchmarks": [] | ||
}, | ||
"current": { | ||
"version": "0.25.0-dev", | ||
"benchmarks": [ | ||
{ | ||
"instructions": { | ||
"__bigint__": "153713118" | ||
}, | ||
"method_name": "executeCreateCanister", | ||
"timestamp": { | ||
"__bigint__": "1734133482753097257" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "154977977" | ||
}, | ||
"method_name": "executeUpdateSettings", | ||
"timestamp": { | ||
"__bigint__": "1734133483352336118" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "143058672" | ||
}, | ||
"method_name": "getCanisterStatus", | ||
"timestamp": { | ||
"__bigint__": "1734133483639331937" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "168387306" | ||
}, | ||
"method_name": "executeInstallCode", | ||
"timestamp": { | ||
"__bigint__": "1734133484250379456" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "143622977" | ||
}, | ||
"method_name": "executeUninstallCode", | ||
"timestamp": { | ||
"__bigint__": "1734133484827033550" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "143030674" | ||
}, | ||
"method_name": "getCanisterStatus", | ||
"timestamp": { | ||
"__bigint__": "1734133485107025695" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "157768597" | ||
}, | ||
"method_name": "executeUploadChunk", | ||
"timestamp": { | ||
"__bigint__": "1734133485707572308" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "142248251" | ||
}, | ||
"method_name": "getStoredChunks", | ||
"timestamp": { | ||
"__bigint__": "1734133486055139925" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "142285832" | ||
}, | ||
"method_name": "getStoredChunks", | ||
"timestamp": { | ||
"__bigint__": "1734133486606718422" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "160352654" | ||
}, | ||
"method_name": "executeInstallChunkedCode", | ||
"timestamp": { | ||
"__bigint__": "1734133486912844105" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "143753498" | ||
}, | ||
"method_name": "executeUninstallCode", | ||
"timestamp": { | ||
"__bigint__": "1734133487194136401" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "142623027" | ||
}, | ||
"method_name": "executeClearChunkStore", | ||
"timestamp": { | ||
"__bigint__": "1734133487523451826" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "142320532" | ||
}, | ||
"method_name": "getStoredChunks", | ||
"timestamp": { | ||
"__bigint__": "1734133488063310046" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "143237156" | ||
}, | ||
"method_name": "getCanisterStatus", | ||
"timestamp": { | ||
"__bigint__": "1734133488363494527" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "142290814" | ||
}, | ||
"method_name": "executeDepositCycles", | ||
"timestamp": { | ||
"__bigint__": "1734133488639723505" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "143270170" | ||
}, | ||
"method_name": "getCanisterStatus", | ||
"timestamp": { | ||
"__bigint__": "1734133488917343060" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "143715716" | ||
}, | ||
"method_name": "executeUninstallCode", | ||
"timestamp": { | ||
"__bigint__": "1734133489222504436" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "143207609" | ||
}, | ||
"method_name": "getCanisterStatus", | ||
"timestamp": { | ||
"__bigint__": "1734133489510443501" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "142273754" | ||
}, | ||
"method_name": "executeStopCanister", | ||
"timestamp": { | ||
"__bigint__": "1734133489824003526" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "143272154" | ||
}, | ||
"method_name": "getCanisterStatus", | ||
"timestamp": { | ||
"__bigint__": "1734133490115675792" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "143244418" | ||
}, | ||
"method_name": "getCanisterStatus", | ||
"timestamp": { | ||
"__bigint__": "1734133490467899928" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "142436659" | ||
}, | ||
"method_name": "executeStartCanister", | ||
"timestamp": { | ||
"__bigint__": "1734133490979946097" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "143353344" | ||
}, | ||
"method_name": "getCanisterStatus", | ||
"timestamp": { | ||
"__bigint__": "1734133491295877028" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "143164536" | ||
}, | ||
"method_name": "getCanisterStatus", | ||
"timestamp": { | ||
"__bigint__": "1734133491828172678" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "146550251" | ||
}, | ||
"method_name": "getCanisterInfo", | ||
"timestamp": { | ||
"__bigint__": "1734133492145528150" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "142316049" | ||
}, | ||
"method_name": "executeStopCanister", | ||
"timestamp": { | ||
"__bigint__": "1734133492697074257" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "142488904" | ||
}, | ||
"method_name": "executeDeleteCanister", | ||
"timestamp": { | ||
"__bigint__": "1734133493007160100" | ||
} | ||
}, | ||
{ | ||
"instructions": { | ||
"__bigint__": "140227619" | ||
}, | ||
"method_name": "getRawRand", | ||
"timestamp": { | ||
"__bigint__": "1734133493289114028" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |
39 changes: 34 additions & 5 deletions
39
tests/end_to_end/candid_rpc/functional_syntax/management_canister/benchmarks.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.