Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for 8dde85b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 20, 2025
1 parent 3eca7da commit abfdc71
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": 1737042082728,
"lastUpdate": 1737364222242,
"repoUrl": "https://github.com/CGI-FR/PIMO",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -13940,6 +13940,126 @@ window.BENCHMARK_DATA = {
"extra": "368284 times\n4 procs"
}
]
},
{
"commit": {
"author": {
"email": "49699333+dependabot[bot]@users.noreply.github.com",
"name": "dependabot[bot]",
"username": "dependabot[bot]"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "8dde85bcf708c94c7d8a0634f209af8c30acca7c",
"message": "chore(deps): bump github.com/goccy/go-yaml from 1.15.13 to 1.15.15 (#387)\n\nBumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) from 1.15.13 to 1.15.15.\n- [Release notes](https://github.com/goccy/go-yaml/releases)\n- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/goccy/go-yaml/compare/v1.15.13...v1.15.15)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/goccy/go-yaml\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"timestamp": "2025-01-20T09:58:59+01:00",
"tree_id": "3286aa44acce344048d9c0d7ab4b6230939ae69d",
"url": "https://github.com/CGI-FR/PIMO/commit/8dde85bcf708c94c7d8a0634f209af8c30acca7c"
},
"date": 1737364222025,
"tool": "go",
"benches": [
{
"name": "BenchmarkPimoRun",
"value": 21736,
"unit": "ns/op\t 16394 B/op\t 141 allocs/op",
"extra": "545094 times\n4 procs"
},
{
"name": "BenchmarkPimoRun - ns/op",
"value": 21736,
"unit": "ns/op",
"extra": "545094 times\n4 procs"
},
{
"name": "BenchmarkPimoRun - B/op",
"value": 16394,
"unit": "B/op",
"extra": "545094 times\n4 procs"
},
{
"name": "BenchmarkPimoRun - allocs/op",
"value": 141,
"unit": "allocs/op",
"extra": "545094 times\n4 procs"
},
{
"name": "BenchmarkPimoRunLarge",
"value": 1244332,
"unit": "ns/op\t 532047 B/op\t 1775 allocs/op",
"extra": "8758 times\n4 procs"
},
{
"name": "BenchmarkPimoRunLarge - ns/op",
"value": 1244332,
"unit": "ns/op",
"extra": "8758 times\n4 procs"
},
{
"name": "BenchmarkPimoRunLarge - B/op",
"value": 532047,
"unit": "B/op",
"extra": "8758 times\n4 procs"
},
{
"name": "BenchmarkPimoRunLarge - allocs/op",
"value": 1775,
"unit": "allocs/op",
"extra": "8758 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVIteration",
"value": 97397982,
"unit": "ns/op\t40599888 B/op\t 507388 allocs/op",
"extra": "572 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVIteration - ns/op",
"value": 97397982,
"unit": "ns/op",
"extra": "572 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVIteration - B/op",
"value": 40599888,
"unit": "B/op",
"extra": "572 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVIteration - allocs/op",
"value": 507388,
"unit": "allocs/op",
"extra": "572 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVLargeVolume",
"value": 34608,
"unit": "ns/op\t 21442 B/op\t 261 allocs/op",
"extra": "357675 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVLargeVolume - ns/op",
"value": 34608,
"unit": "ns/op",
"extra": "357675 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVLargeVolume - B/op",
"value": 21442,
"unit": "B/op",
"extra": "357675 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVLargeVolume - allocs/op",
"value": 261,
"unit": "allocs/op",
"extra": "357675 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit abfdc71

Please sign in to comment.