-
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 #2293 from demergent-labs/benchmark_analysis
Benchmark analysis
- Loading branch information
Showing
268 changed files
with
1,996 additions
and
934 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"0.25.0-dev": { | ||
"stable": { | ||
"count": 611, | ||
"mean": 120237704.94599018, | ||
"median": 1011216, | ||
"standardDeviation": 1266731659.1596396, | ||
"min": 163759, | ||
"max": 19060732880, | ||
"baselineWeightedEfficiencyScore": 12425390.694599018 | ||
}, | ||
"experimental": { | ||
"count": 745, | ||
"mean": 1026538663.6483221, | ||
"median": 8922860, | ||
"standardDeviation": 3031934484.2442517, | ||
"min": 84524, | ||
"max": 18426067752, | ||
"baselineWeightedEfficiencyScore": 105381438.76483223 | ||
} | ||
}, | ||
"0.25.0-alpha": { | ||
"stable": { | ||
"count": 624, | ||
"mean": 101374357.53525642, | ||
"median": 1040987, | ||
"standardDeviation": 1192914154.3810272, | ||
"min": 155606, | ||
"max": 18226207933, | ||
"baselineWeightedEfficiencyScore": 10543095.453525642 | ||
}, | ||
"experimental": { | ||
"count": 686, | ||
"mean": 1153922654.5932944, | ||
"median": 8920551.5, | ||
"standardDeviation": 3168782029.724511, | ||
"min": 83475, | ||
"max": 18422514685, | ||
"baselineWeightedEfficiencyScore": 118118515.90932944 | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,179 @@ | ||
# Benchmarks | ||
|
||
## Version `0.25.0-dev` | ||
|
||
<table> | ||
<tr> | ||
<th></th> | ||
<th colspan="2">Stable</th> | ||
<th colspan="2">Experimental</th> | ||
</tr> | ||
<tr> | ||
<th>Metric</th> | ||
<th>Score</th> | ||
<th>Change</th> | ||
<th>Score</th> | ||
<th>Change</th> | ||
</tr> | ||
<tr> | ||
<td>Baseline Weighted Efficiency</td> | ||
<td>12_425_390</td> | ||
<td><span style="color: red">17.85%</span></td> | ||
<td>105_381_438</td> | ||
<td><span style="color: green">-10.78%</span></td> | ||
</tr> | ||
<tr> | ||
<td colspan="5"> </td> | ||
</tr> | ||
<tr> | ||
<th></th> | ||
<th>Count</th> | ||
<th></th> | ||
<th>Count</th> | ||
<th></th> | ||
</tr> | ||
<tr> | ||
<td>Method Executions</td> | ||
<td>611</td> | ||
<td><span style="color: green">-2.08%</span></td> | ||
<td>745</td> | ||
<td><span style="color: red">8.60%</span></td> | ||
</tr> | ||
<tr> | ||
<td colspan="5"> </td> | ||
</tr> | ||
<tr> | ||
<th></th> | ||
<th>Number of Instructions</th> | ||
<th></th> | ||
<th>Number of Instructions</th> | ||
<th></th> | ||
</tr> | ||
<tr> | ||
<td>Mean</td> | ||
<td>120_237_704</td> | ||
<td><span style="color: red">18.61%</span></td> | ||
<td>1_026_538_663</td> | ||
<td><span style="color: green">-11.04%</span></td> | ||
</tr> | ||
<tr> | ||
<td>Median</td> | ||
<td>1_011_216</td> | ||
<td><span style="color: green">-2.86%</span></td> | ||
<td>8_922_860</td> | ||
<td><span style="color: red">0.03%</span></td> | ||
</tr> | ||
<tr> | ||
<td>Standard Deviation</td> | ||
<td>1_266_731_659</td> | ||
<td><span style="color: red">6.19%</span></td> | ||
<td>3_031_934_484</td> | ||
<td><span style="color: green">-4.32%</span></td> | ||
</tr> | ||
<tr> | ||
<td>Min</td> | ||
<td>163_759</td> | ||
<td><span style="color: red">5.24%</span></td> | ||
<td>84_524</td> | ||
<td><span style="color: red">1.26%</span></td> | ||
</tr> | ||
<tr> | ||
<td>Max</td> | ||
<td>19_060_732_880</td> | ||
<td><span style="color: red">4.58%</span></td> | ||
<td>18_426_067_752</td> | ||
<td><span style="color: red">0.02%</span></td> | ||
</tr> | ||
|
||
</table> | ||
|
||
## Version `0.25.0-alpha` | ||
|
||
<table> | ||
<tr> | ||
<th></th> | ||
<th colspan="2">Stable</th> | ||
<th colspan="2">Experimental</th> | ||
</tr> | ||
<tr> | ||
<th>Metric</th> | ||
<th>Score</th> | ||
<th>Change</th> | ||
<th>Score</th> | ||
<th>Change</th> | ||
</tr> | ||
<tr> | ||
<td>Baseline Weighted Efficiency</td> | ||
<td>10_543_095</td> | ||
<td>0.00%</td> | ||
<td>118_118_515</td> | ||
<td>0.00%</td> | ||
</tr> | ||
<tr> | ||
<td colspan="5"> </td> | ||
</tr> | ||
<tr> | ||
<th></th> | ||
<th>Count</th> | ||
<th></th> | ||
<th>Count</th> | ||
<th></th> | ||
</tr> | ||
<tr> | ||
<td>Method Executions</td> | ||
<td>624</td> | ||
<td>0.00%</td> | ||
<td>686</td> | ||
<td>0.00%</td> | ||
</tr> | ||
<tr> | ||
<td colspan="5"> </td> | ||
</tr> | ||
<tr> | ||
<th></th> | ||
<th>Number of Instructions</th> | ||
<th></th> | ||
<th>Number of Instructions</th> | ||
<th></th> | ||
</tr> | ||
<tr> | ||
<td>Mean</td> | ||
<td>101_374_357</td> | ||
<td>0.00%</td> | ||
<td>1_153_922_654</td> | ||
<td>0.00%</td> | ||
</tr> | ||
<tr> | ||
<td>Median</td> | ||
<td>1_040_987</td> | ||
<td>0.00%</td> | ||
<td>8_920_551</td> | ||
<td>0.00%</td> | ||
</tr> | ||
<tr> | ||
<td>Standard Deviation</td> | ||
<td>1_192_914_154</td> | ||
<td>0.00%</td> | ||
<td>3_168_782_029</td> | ||
<td>0.00%</td> | ||
</tr> | ||
<tr> | ||
<td>Min</td> | ||
<td>155_606</td> | ||
<td>0.00%</td> | ||
<td>83_475</td> | ||
<td>0.00%</td> | ||
</tr> | ||
<tr> | ||
<td>Max</td> | ||
<td>18_226_207_933</td> | ||
<td>0.00%</td> | ||
<td>18_422_514_685</td> | ||
<td>0.00%</td> | ||
</tr> | ||
|
||
</table> | ||
|
||
--- | ||
|
||
_Report generated automatically by Azle_ |
2 changes: 1 addition & 1 deletion
2
examples/experimental/test/end_to_end/candid_rpc/async_await/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
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
2 changes: 1 addition & 1 deletion
2
examples/experimental/test/end_to_end/candid_rpc/audio_recorder/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
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
2 changes: 1 addition & 1 deletion
2
examples/experimental/test/end_to_end/candid_rpc/blob_array/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,6 @@ | ||
{ | ||
"blob_array": { | ||
"previous": { "version": "0.25.0-pre-bifurcation", "benchmarks": [] }, | ||
"previous": { "version": "0.25.0-alpha", "benchmarks": [] }, | ||
"current": { "version": "0.25.0-dev", "benchmarks": [] } | ||
} | ||
} |
Oops, something went wrong.