From b9b74b078b181e5cafdbf3f4066752f14120b7c4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 8 Jan 2023 11:13:45 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for c7662a13acf6db50a45d22e70e7beac3276fe784 --- 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 401980b34d0b5e1599d0c7ddca2a9b3308bc4cbe..bd9c4bf5cef1b038311a529a4917a1f6a84e463b 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1673001941936, + "lastUpdate": 1673176425398, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -1008,6 +1008,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": "c7662a13acf6db50a45d22e70e7beac3276fe784", + "message": "Merge pull request #976 from MichaelMure/fix/975/patch-security-vulnerabilities\n\nfix: resolve Go vulnerabilities", + "timestamp": "2023-01-08T12:11:53+01:00", + "tree_id": "630bd8655a65049bcb58ccada82631d948a07bb1", + "url": "https://github.com/MichaelMure/git-bug/commit/c7662a13acf6db50a45d22e70e7beac3276fe784" + }, + "date": 1673176424403, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 43756094, + "unit": "ns/op\t 4962050 B/op\t 24204 allocs/op", + "extra": "28 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 183625573, + "unit": "ns/op\t27870418 B/op\t 134389 allocs/op", + "extra": "6 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 1486423402, + "unit": "ns/op\t165959224 B/op\t 803253 allocs/op", + "extra": "1 times\n2 procs" + } + ] } ] }