From 8adc000eb72b14e8831b255b08be15981ece0410 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 27 Dec 2022 10:32:53 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 4c7043e8ed994d7863cfd706f6cfd2e1f91850df --- dev/bench/data.js | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 1cf808379c5f6029bf6f1fa5807af40ce0c5aa45..07e3c15e56371b707ecdb41f3536dae97afeb9d1 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1671797875475, + "lastUpdate": 1672137173695, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -378,6 +378,48 @@ window.BENCHMARK_DATA = { "extra": "2 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "email": "batolettre@gmail.com", + "name": "Michael Muré", + "username": "MichaelMure" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "4c7043e8ed994d7863cfd706f6cfd2e1f91850df", + "message": "Merge pull request #959 from MichaelMure/core-event\n\ncache: tie the last printf in an event to make the core print free", + "timestamp": "2022-12-27T11:31:25+01:00", + "tree_id": "b96a90acf330f4172e6c0ba935b6599f2a1aa9f8", + "url": "https://github.com/MichaelMure/git-bug/commit/4c7043e8ed994d7863cfd706f6cfd2e1f91850df" + }, + "date": 1672137172836, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 32457739, + "unit": "ns/op\t25058942 B/op\t 25145 allocs/op", + "extra": "33 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 180777001, + "unit": "ns/op\t140640862 B/op\t 139643 allocs/op", + "extra": "6 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 1012788060, + "unit": "ns/op\t839966964 B/op\t 834660 allocs/op", + "extra": "2 times\n2 procs" + } + ] } ] }