From f9f53d5aaff1b73d9f0b6242cc3715b245cc9e6f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 23 Dec 2022 00:50:07 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 0a5a0ec1ef4ad98bc2116a953e201f96474941ab --- 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 e4e0c6e780d25f00d1ee11e29f914dc63cfab5fd..b95499459bbcfae71de125323d01cbdaaa1bd166 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1671749714909, + "lastUpdate": 1671756607778, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -294,6 +294,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": "0a5a0ec1ef4ad98bc2116a953e201f96474941ab", + "message": "Merge pull request #938 from MichaelMure/cache-reorg\n\nGeneric cache layer", + "timestamp": "2022-12-23T01:48:14+01:00", + "tree_id": "660a9b17b5247fe2f954bfa814cce3193c5afa23", + "url": "https://github.com/MichaelMure/git-bug/commit/0a5a0ec1ef4ad98bc2116a953e201f96474941ab" + }, + "date": 1671756607346, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 22342043, + "unit": "ns/op\t25064074 B/op\t 25149 allocs/op", + "extra": "52 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 134921337, + "unit": "ns/op\t140654522 B/op\t 139674 allocs/op", + "extra": "8 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 700665760, + "unit": "ns/op\t840134724 B/op\t 834866 allocs/op", + "extra": "2 times\n2 procs" + } + ] } ] }