From cec141a6edbb8b22cd8c1f663a78095e012a9232 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 20 Jul 2024 23:46:56 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for be005f6a1b0b18d0ad74a6d13898de6be61dc491 --- dev/bench/data.js | 98 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 2e5c686e929e933679236eb9ae6aba4bc05ffdad..61d7056d7b931e35ae8b28299bb1b7b41161f32b 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1721486725358, + "lastUpdate": 1721519216215, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -4998,6 +4998,102 @@ window.BENCHMARK_DATA = { "extra": "2 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "no-reply@sudoforge.com", + "name": "sudoforge", + "username": "sudoforge" + }, + "committer": { + "email": "9c001b67637a@sudoforge.com", + "name": "sudoforge", + "username": "sudoforge" + }, + "distinct": true, + "id": "be005f6a1b0b18d0ad74a6d13898de6be61dc491", + "message": "feat: add initial editorconfig configuration file\n\nChange-Id: Id08dfd59a4f2eb56f358d71c898ba9915400cf51", + "timestamp": "2024-07-20T16:45:55-07:00", + "tree_id": "75133af49117f07b1f11731cf1d26ebc8601fd74", + "url": "https://github.com/MichaelMure/git-bug/commit/be005f6a1b0b18d0ad74a6d13898de6be61dc491" + }, + "date": 1721519215335, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 20091095, + "unit": "ns/op\t 2574939 B/op\t 22445 allocs/op", + "extra": "54 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 20091095, + "unit": "ns/op", + "extra": "54 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 2574939, + "unit": "B/op", + "extra": "54 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 22445, + "unit": "allocs/op", + "extra": "54 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 113013755, + "unit": "ns/op\t14384101 B/op\t 124447 allocs/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 113013755, + "unit": "ns/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 14384101, + "unit": "B/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 124447, + "unit": "allocs/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 689485023, + "unit": "ns/op\t85895212 B/op\t 743814 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 689485023, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 85895212, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 743814, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }