Skip to content

Commit

Permalink
add more missing benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 17, 2024
1 parent 7a28458 commit 97faf12
Show file tree
Hide file tree
Showing 6 changed files with 514 additions and 7,572 deletions.
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"
}
}
]
}
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Benchmarks for canister1

## Current benchmarks Azle version: 0.25.0-pre-bifurcation
## Current benchmarks Azle version: 0.25.0-dev

No benchmarks reported
| Id | Method Name | Instructions | Cycles | USD | USD/Million Calls |
| --- | ------------ | ------------- | ------------- | ------------- | ----------------- |
| 0 | init | 5_499_208_898 | 4_200_273_559 | $0.0055849777 | $5_584.97 |
| 1 | simpleUpdate | 11_963_642 | 5_375_456 | $0.0000071476 | $7.14 |

## Baseline benchmarks Azle version: No previous benchmarks
## Baseline benchmarks Azle version: 0.25.0-pre-bifurcation

No benchmarks reported

Expand Down
Loading

0 comments on commit 97faf12

Please sign in to comment.