-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (go) benchmark result for e41bd20
- Loading branch information
github-action-benchmark
committed
Jan 16, 2025
1 parent
20b4b14
commit d478404
Showing
1 changed file
with
121 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1736955070223, | ||
"lastUpdate": 1737017969888, | ||
"repoUrl": "https://github.com/CGI-FR/PIMO", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -13580,6 +13580,126 @@ window.BENCHMARK_DATA = { | |
"extra": "372757 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": "e41bd20617ea428e285c51422f5ad4b3b358065d", | ||
"message": "docs(partitions): fix example in readme", | ||
"timestamp": "2025-01-16T09:48:11+01:00", | ||
"tree_id": "a40ddececc4d2a00e1d6a099086b6cd4225c17b1", | ||
"url": "https://github.com/CGI-FR/PIMO/commit/e41bd20617ea428e285c51422f5ad4b3b358065d" | ||
}, | ||
"date": 1737017969552, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkPimoRun", | ||
"value": 21445, | ||
"unit": "ns/op\t 16392 B/op\t 141 allocs/op", | ||
"extra": "553933 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkPimoRun - ns/op", | ||
"value": 21445, | ||
"unit": "ns/op", | ||
"extra": "553933 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkPimoRun - B/op", | ||
"value": 16392, | ||
"unit": "B/op", | ||
"extra": "553933 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkPimoRun - allocs/op", | ||
"value": 141, | ||
"unit": "allocs/op", | ||
"extra": "553933 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkPimoRunLarge", | ||
"value": 1230881, | ||
"unit": "ns/op\t 532002 B/op\t 1775 allocs/op", | ||
"extra": "9076 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkPimoRunLarge - ns/op", | ||
"value": 1230881, | ||
"unit": "ns/op", | ||
"extra": "9076 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkPimoRunLarge - B/op", | ||
"value": 532002, | ||
"unit": "B/op", | ||
"extra": "9076 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkPimoRunLarge - allocs/op", | ||
"value": 1775, | ||
"unit": "allocs/op", | ||
"extra": "9076 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFindInCSVIteration", | ||
"value": 97238306, | ||
"unit": "ns/op\t41160966 B/op\t 513980 allocs/op", | ||
"extra": "580 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFindInCSVIteration - ns/op", | ||
"value": 97238306, | ||
"unit": "ns/op", | ||
"extra": "580 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFindInCSVIteration - B/op", | ||
"value": 41160966, | ||
"unit": "B/op", | ||
"extra": "580 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFindInCSVIteration - allocs/op", | ||
"value": 513980, | ||
"unit": "allocs/op", | ||
"extra": "580 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFindInCSVLargeVolume", | ||
"value": 34866, | ||
"unit": "ns/op\t 21446 B/op\t 261 allocs/op", | ||
"extra": "357122 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFindInCSVLargeVolume - ns/op", | ||
"value": 34866, | ||
"unit": "ns/op", | ||
"extra": "357122 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFindInCSVLargeVolume - B/op", | ||
"value": 21446, | ||
"unit": "B/op", | ||
"extra": "357122 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFindInCSVLargeVolume - allocs/op", | ||
"value": 261, | ||
"unit": "allocs/op", | ||
"extra": "357122 times\n4 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|