From 4c08447c6574002d7e597786784aba4a64c8207c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 8 Jan 2023 11:14:24 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 978552bb69e742e9e81ddc2ebb66e1e12dba91fe --- 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 bd9c4bf5cef1b038311a529a4917a1f6a84e463b..5f856e276ea83d5e3dcad6d41aec6ae97b7de9aa 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1673176425398, + "lastUpdate": 1673176464509, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -1050,6 +1050,48 @@ window.BENCHMARK_DATA = { "extra": "1 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": "978552bb69e742e9e81ddc2ebb66e1e12dba91fe", + "message": "Merge pull request #984 from MichaelMure/fix/926/tests-fail-with-color\n\nfix(commands): run tests in ./commands/... without ANSI color", + "timestamp": "2023-01-08T12:12:51+01:00", + "tree_id": "bc9b44d46271348e8f0f25744a41616ad1a059fd", + "url": "https://github.com/MichaelMure/git-bug/commit/978552bb69e742e9e81ddc2ebb66e1e12dba91fe" + }, + "date": 1673176463415, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 39070913, + "unit": "ns/op\t 4973780 B/op\t 24203 allocs/op", + "extra": "31 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 257741351, + "unit": "ns/op\t27921526 B/op\t 134430 allocs/op", + "extra": "4 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 1229984828, + "unit": "ns/op\t166283912 B/op\t 803321 allocs/op", + "extra": "1 times\n2 procs" + } + ] } ] }