Skip to content

Commit

Permalink
add PackSquash library quick benchmarks (cargo) benchmark result for c…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 26, 2024
1 parent 9c1d135 commit 80e520b
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions dev/benches/data.js
Original file line number Diff line number Diff line change
@@ -1,56 +1,8 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1729946036942,
"lastUpdate": 1729952786214,
"repoUrl": "https://github.com/ComunidadAylas/PackSquash",
"entries": {
"PackSquash library quick benchmarks": [
{
"commit": {
"author": {
"email": "29139614+renovate[bot]@users.noreply.github.com",
"name": "renovate[bot]",
"username": "renovate[bot]"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "ee04242e285d0e286c0ddce78c63bed0360ea99a",
"message": "chore(deps): update ci dependencies (#320)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"timestamp": "2024-08-18T12:49:11Z",
"tree_id": "8ee3170aab39dfd9e87f201f82b768712d1942fa",
"url": "https://github.com/ComunidadAylas/PackSquash/commit/ee04242e285d0e286c0ddce78c63bed0360ea99a"
},
"date": 1723987896183,
"tool": "cargo",
"benches": [
{
"name": "tiny_benches_wall_time/empty_pack",
"value": 9555983,
"range": "± 51427",
"unit": "ns/iter"
},
{
"name": "small_benches_wall_time/aylas_khron_micro_pack",
"value": 119489302,
"range": "± 4670032",
"unit": "ns/iter"
},
{
"name": "small_benches_wall_time/jilchu_chronos_micro_pack",
"value": 2570976149,
"range": "± 68127697",
"unit": "ns/iter"
},
{
"name": "small_benches_wall_time/aiamded_breadstick_micro_pack",
"value": 663353271,
"range": "± 5217397",
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -2402,6 +2354,54 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Alejandro González",
"username": "AlexTMjugador"
},
"committer": {
"email": "[email protected]",
"name": "Alejandro González",
"username": "AlexTMjugador"
},
"distinct": true,
"id": "cbe9563f5c5157ec4bd51fc451eb263b17794e33",
"message": "fix: support Java 22 and newer clients for packs that disregard ZIP spec\n\nThese changes were tested to work well up to Java 24 and should not\nimpact older Java versions.\n\nFixes #294.",
"timestamp": "2024-10-26T15:59:57+02:00",
"tree_id": "aea00fcf399da3be8994a153fafe1ffe5edec09a",
"url": "https://github.com/ComunidadAylas/PackSquash/commit/cbe9563f5c5157ec4bd51fc451eb263b17794e33"
},
"date": 1729952785067,
"tool": "cargo",
"benches": [
{
"name": "tiny_benches_wall_time/empty_pack",
"value": 9560739,
"range": "± 120381",
"unit": "ns/iter"
},
{
"name": "small_benches_wall_time/aylas_khron_micro_pack",
"value": 118915408,
"range": "± 3008931",
"unit": "ns/iter"
},
{
"name": "small_benches_wall_time/jilchu_chronos_micro_pack",
"value": 2706735171,
"range": "± 34991405",
"unit": "ns/iter"
},
{
"name": "small_benches_wall_time/aiamded_breadstick_micro_pack",
"value": 672399096,
"range": "± 4100512",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 80e520b

Please sign in to comment.