Skip to content

Commit

Permalink
benchmark: publish for 1818275
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 25, 2024
1 parent 1818275 commit 977903d
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions benchmarks.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
[
{
"hash": "7c06286cc5f042dd211043ca0352575d1b27d205",
"createdAt": "2024-03-25T21:34:54.218Z",
"results": [
{
"name": "Tile 256x256",
"count": 10,
"command": "node packages/tiler-sharp/build/__tests__/tile.benchmark.js 256",
"mean": 0.45532694517999994,
"stddev": 0.005388153506455562,
"median": 0.45504723498,
"user": 0.531167375,
"system": 0.089850605,
"min": 0.44861172298,
"max": 0.46657667498000005
},
{
"name": "Tile 512x512",
"count": 10,
"command": "node packages/tiler-sharp/build/__tests__/tile.benchmark.js 512",
"mean": 0.45688760106000004,
"stddev": 0.0030770051757676256,
"median": 0.45647481196000006,
"user": 0.53194483,
"system": 0.08996339499999999,
"min": 0.45309412846,
"max": 0.46316213146000007
}
]
},
{
"hash": "a23a63a417a39e6c873c8d4d9c6206d9c845e57b",
"createdAt": "2024-03-25T21:24:59.004Z",
Expand Down Expand Up @@ -14968,35 +14998,5 @@
"max": 0.34364717574500003
}
]
},
{
"hash": "94c4da8eb0f07f03e46f5ac7a6759c486e56f5d4",
"createdAt": "2022-05-26T04:36:46.831Z",
"results": [
{
"name": "Tile 256x256",
"count": 10,
"command": "node packages/tiler-sharp/build/__test__/tile.benchmark.js 256",
"mean": 0.412139154875,
"stddev": 0.011017827933843365,
"median": 0.40973595637500004,
"user": 0.4257801399999999,
"system": 0.068606955,
"min": 0.39826784137500004,
"max": 0.43732503537500006
},
{
"name": "Tile 512x512",
"count": 10,
"command": "node packages/tiler-sharp/build/__test__/tile.benchmark.js 512",
"mean": 0.41692809224000005,
"stddev": 0.009869687945727667,
"median": 0.41738177484000005,
"user": 0.42625620499999994,
"system": 0.078027265,
"min": 0.40307771584,
"max": 0.42876008284000006
}
]
}
]

0 comments on commit 977903d

Please sign in to comment.