Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for ac27e60
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 20, 2025
1 parent abfdc71 commit 4fce7e3
Showing 1 changed file with 121 additions and 1 deletion.
122 changes: 121 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1737364222242,
"lastUpdate": 1737385801131,
"repoUrl": "https://github.com/CGI-FR/PIMO",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -14060,6 +14060,126 @@ window.BENCHMARK_DATA = {
"extra": "357675 times\n4 procs"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Adrien Aury",
"username": "adrienaury"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "ac27e6023bd41355a0524934f513ab4289555795",
"message": "feat: improve segments mask (#390)\n\n* feat: improve segments mask\n\n* feat: log mask",
"timestamp": "2025-01-20T15:58:40+01:00",
"tree_id": "4f8f9e533a6202b96d211449c0a4a5b91db4d9a7",
"url": "https://github.com/CGI-FR/PIMO/commit/ac27e6023bd41355a0524934f513ab4289555795"
},
"date": 1737385800883,
"tool": "go",
"benches": [
{
"name": "BenchmarkPimoRun",
"value": 21437,
"unit": "ns/op\t 16392 B/op\t 141 allocs/op",
"extra": "556972 times\n4 procs"
},
{
"name": "BenchmarkPimoRun - ns/op",
"value": 21437,
"unit": "ns/op",
"extra": "556972 times\n4 procs"
},
{
"name": "BenchmarkPimoRun - B/op",
"value": 16392,
"unit": "B/op",
"extra": "556972 times\n4 procs"
},
{
"name": "BenchmarkPimoRun - allocs/op",
"value": 141,
"unit": "allocs/op",
"extra": "556972 times\n4 procs"
},
{
"name": "BenchmarkPimoRunLarge",
"value": 1245667,
"unit": "ns/op\t 531990 B/op\t 1775 allocs/op",
"extra": "8824 times\n4 procs"
},
{
"name": "BenchmarkPimoRunLarge - ns/op",
"value": 1245667,
"unit": "ns/op",
"extra": "8824 times\n4 procs"
},
{
"name": "BenchmarkPimoRunLarge - B/op",
"value": 531990,
"unit": "B/op",
"extra": "8824 times\n4 procs"
},
{
"name": "BenchmarkPimoRunLarge - allocs/op",
"value": 1775,
"unit": "allocs/op",
"extra": "8824 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVIteration",
"value": 96251999,
"unit": "ns/op\t40460393 B/op\t 505746 allocs/op",
"extra": "570 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVIteration - ns/op",
"value": 96251999,
"unit": "ns/op",
"extra": "570 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVIteration - B/op",
"value": 40460393,
"unit": "B/op",
"extra": "570 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVIteration - allocs/op",
"value": 505746,
"unit": "allocs/op",
"extra": "570 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVLargeVolume",
"value": 33643,
"unit": "ns/op\t 21354 B/op\t 261 allocs/op",
"extra": "346180 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVLargeVolume - ns/op",
"value": 33643,
"unit": "ns/op",
"extra": "346180 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVLargeVolume - B/op",
"value": 21354,
"unit": "B/op",
"extra": "346180 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVLargeVolume - allocs/op",
"value": 261,
"unit": "allocs/op",
"extra": "346180 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit 4fce7e3

Please sign in to comment.