Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for f7b3d4b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 19, 2024
1 parent 6489405 commit dc29b10
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": 1734540671392,
"lastUpdate": 1734598373770,
"repoUrl": "https://github.com/CGI-FR/PIMO",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -12980,6 +12980,126 @@ window.BENCHMARK_DATA = {
"extra": "349428 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": "f7b3d4b6ebc8329370ccac5768bea1aed99e6f8f",
"message": "chore(deps): bump github.com/labstack/echo/v4 from 4.13.2 to 4.13.3 (#378)\n\nBumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.13.2 to 4.13.3.\n- [Release notes](https://github.com/labstack/echo/releases)\n- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/labstack/echo/compare/v4.13.2...v4.13.3)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/labstack/echo/v4\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": "2024-12-19T09:41:26+01:00",
"tree_id": "504105e1ff699f9a890f1f4011c8b21bf4accb27",
"url": "https://github.com/CGI-FR/PIMO/commit/f7b3d4b6ebc8329370ccac5768bea1aed99e6f8f"
},
"date": 1734598373051,
"tool": "go",
"benches": [
{
"name": "BenchmarkPimoRun",
"value": 21599,
"unit": "ns/op\t 16394 B/op\t 141 allocs/op",
"extra": "545468 times\n4 procs"
},
{
"name": "BenchmarkPimoRun - ns/op",
"value": 21599,
"unit": "ns/op",
"extra": "545468 times\n4 procs"
},
{
"name": "BenchmarkPimoRun - B/op",
"value": 16394,
"unit": "B/op",
"extra": "545468 times\n4 procs"
},
{
"name": "BenchmarkPimoRun - allocs/op",
"value": 141,
"unit": "allocs/op",
"extra": "545468 times\n4 procs"
},
{
"name": "BenchmarkPimoRunLarge",
"value": 1255940,
"unit": "ns/op\t 532013 B/op\t 1775 allocs/op",
"extra": "8450 times\n4 procs"
},
{
"name": "BenchmarkPimoRunLarge - ns/op",
"value": 1255940,
"unit": "ns/op",
"extra": "8450 times\n4 procs"
},
{
"name": "BenchmarkPimoRunLarge - B/op",
"value": 532013,
"unit": "B/op",
"extra": "8450 times\n4 procs"
},
{
"name": "BenchmarkPimoRunLarge - allocs/op",
"value": 1775,
"unit": "allocs/op",
"extra": "8450 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVIteration",
"value": 96041760,
"unit": "ns/op\t40528665 B/op\t 506567 allocs/op",
"extra": "571 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVIteration - ns/op",
"value": 96041760,
"unit": "ns/op",
"extra": "571 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVIteration - B/op",
"value": 40528665,
"unit": "B/op",
"extra": "571 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVIteration - allocs/op",
"value": 506567,
"unit": "allocs/op",
"extra": "571 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVLargeVolume",
"value": 34088,
"unit": "ns/op\t 21465 B/op\t 261 allocs/op",
"extra": "354969 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVLargeVolume - ns/op",
"value": 34088,
"unit": "ns/op",
"extra": "354969 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVLargeVolume - B/op",
"value": 21465,
"unit": "B/op",
"extra": "354969 times\n4 procs"
},
{
"name": "BenchmarkFindInCSVLargeVolume - allocs/op",
"value": 261,
"unit": "allocs/op",
"extra": "354969 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit dc29b10

Please sign in to comment.