From 4fce7e3f6f0a93b36a264123ae3da560747c6b59 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 20 Jan 2025 15:10:01 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for ac27e6023bd41355a0524934f513ab4289555795 --- dev/bench/data.js | 122 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 121 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index e7ff7e4c..c20ff3ff 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1737364222242, + "lastUpdate": 1737385801131, "repoUrl": "https://github.com/CGI-FR/PIMO", "entries": { "Benchmark": [ @@ -14060,6 +14060,126 @@ window.BENCHMARK_DATA = { "extra": "357675 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "44274230+adrienaury@users.noreply.github.com", + "name": "Adrien Aury", + "username": "adrienaury" + }, + "committer": { + "email": "noreply@github.com", + "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" + } + ] } ] }