From 669190c9818832b4c88309abca3e107c6b8be43d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 26 Nov 2022 13:14:05 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for c6bb6b9c7ecddb679966b1561e2e909a9ee5e8cd --- dev/bench/data.js | 48 ++++++++ dev/bench/index.html | 281 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 329 insertions(+) create mode 100644 dev/bench/data.js create mode 100644 dev/bench/index.html diff --git a/dev/bench/data.js b/dev/bench/data.js new file mode 100644 index 0000000000000000000000000000000000000000..21449c87407972d35915c3fa462dd0c7acd9050b --- /dev/null +++ b/dev/bench/data.js @@ -0,0 +1,48 @@ +window.BENCHMARK_DATA = { + "lastUpdate": 1669468445845, + "repoUrl": "https://github.com/MichaelMure/git-bug", + "entries": { + "Benchmark": [ + { + "commit": { + "author": { + "name": "Michael Muré", + "username": "MichaelMure", + "email": "batolettre@gmail.com" + }, + "committer": { + "name": "Michael Muré", + "username": "MichaelMure", + "email": "batolettre@gmail.com" + }, + "id": "c6bb6b9c7ecddb679966b1561e2e909a9ee5e8cd", + "message": "benchmark-action: make it work?", + "timestamp": "2022-11-26T13:03:47Z", + "url": "https://github.com/MichaelMure/git-bug/commit/c6bb6b9c7ecddb679966b1561e2e909a9ee5e8cd" + }, + "date": 1669468445443, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 22037851, + "unit": "ns/op\t25063470 B/op\t 25160 allocs/op", + "extra": "52 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 141376111, + "unit": "ns/op\t140636597 B/op\t 139658 allocs/op", + "extra": "9 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 740724082, + "unit": "ns/op\t840088524 B/op\t 834876 allocs/op", + "extra": "2 times\n2 procs" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/dev/bench/index.html b/dev/bench/index.html new file mode 100644 index 0000000000000000000000000000000000000000..6c887805e87df738e9cfe8201f62996a31a52fd1 --- /dev/null +++ b/dev/bench/index.html @@ -0,0 +1,281 @@ + + + + + + + Benchmarks + + + + +
+ + + + + + +