From 18314cc64f71dfcf88e247eb78464006a1cab777 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 22 Oct 2024 16:29:32 +0000 Subject: [PATCH] add Go Benchmark (go) benchmark result for 54ca0c2ba3bfc1cbfb30381eabc32812aec7bbc7 --- dev/bench/data.js | 446 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 445 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index d2a3638576..714594093d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1729532035798, + "lastUpdate": 1729614572380, "repoUrl": "https://github.com/algorand/go-algorand", "entries": { "Go Benchmark": [ @@ -221138,6 +221138,450 @@ window.BENCHMARK_DATA = { "extra": "3476946 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "git@nullun.com", + "name": "nullun", + "username": "nullun" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "54ca0c2ba3bfc1cbfb30381eabc32812aec7bbc7", + "message": "AVM: Only update the bytec disassembleState for bytecblock opcodes (#6154)\n\nCo-authored-by: cce <51567+cce@users.noreply.github.com>", + "timestamp": "2024-10-22T12:25:22-04:00", + "tree_id": "13100ff7527a085f06d237ecfc99013620b40a80", + "url": "https://github.com/algorand/go-algorand/commit/54ca0c2ba3bfc1cbfb30381eabc32812aec7bbc7" + }, + "date": 1729614568099, + "tool": "go", + "benches": [ + { + "name": "BenchmarkUintMath/dup", + "value": 29.23, + "unit": "ns/op\t 1.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "40809411 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/dup - ns/op", + "value": 29.23, + "unit": "ns/op", + "extra": "40809411 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/dup - extra/op", + "value": 1, + "unit": "extra/op", + "extra": "40809411 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/dup - B/op", + "value": 6, + "unit": "B/op", + "extra": "40809411 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/dup - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "40809411 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop1", + "value": 28.1, + "unit": "ns/op\t 1.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "41749010 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop1 - ns/op", + "value": 28.1, + "unit": "ns/op", + "extra": "41749010 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop1 - extra/op", + "value": 1, + "unit": "extra/op", + "extra": "41749010 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop1 - B/op", + "value": 6, + "unit": "B/op", + "extra": "41749010 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop1 - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "41749010 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop", + "value": 53.18, + "unit": "ns/op\t 3.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "22026078 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop - ns/op", + "value": 53.18, + "unit": "ns/op", + "extra": "22026078 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop - extra/op", + "value": 3, + "unit": "extra/op", + "extra": "22026078 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop - B/op", + "value": 6, + "unit": "B/op", + "extra": "22026078 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "22026078 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/add", + "value": 59.14, + "unit": "ns/op\t 3.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "20270016 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/add - ns/op", + "value": 59.14, + "unit": "ns/op", + "extra": "20270016 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/add - extra/op", + "value": 3, + "unit": "extra/op", + "extra": "20270016 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/add - B/op", + "value": 6, + "unit": "B/op", + "extra": "20270016 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/add - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "20270016 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/addw", + "value": 70.67, + "unit": "ns/op\t 4.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "16450564 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/addw - ns/op", + "value": 70.67, + "unit": "ns/op", + "extra": "16450564 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/addw - extra/op", + "value": 4, + "unit": "extra/op", + "extra": "16450564 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/addw - B/op", + "value": 6, + "unit": "B/op", + "extra": "16450564 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/addw - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "16450564 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sub", + "value": 58.26, + "unit": "ns/op\t 3.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "20684436 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sub - ns/op", + "value": 58.26, + "unit": "ns/op", + "extra": "20684436 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sub - extra/op", + "value": 3, + "unit": "extra/op", + "extra": "20684436 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sub - B/op", + "value": 6, + "unit": "B/op", + "extra": "20684436 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sub - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "20684436 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mul", + "value": 57.45, + "unit": "ns/op\t 3.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "20828986 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mul - ns/op", + "value": 57.45, + "unit": "ns/op", + "extra": "20828986 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mul - extra/op", + "value": 3, + "unit": "extra/op", + "extra": "20828986 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mul - B/op", + "value": 6, + "unit": "B/op", + "extra": "20828986 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mul - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "20828986 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mulw", + "value": 69.68, + "unit": "ns/op\t 4.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "17075331 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mulw - ns/op", + "value": 69.68, + "unit": "ns/op", + "extra": "17075331 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mulw - extra/op", + "value": 4, + "unit": "extra/op", + "extra": "17075331 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mulw - B/op", + "value": 6, + "unit": "B/op", + "extra": "17075331 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mulw - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "17075331 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/div", + "value": 58.06, + "unit": "ns/op\t 3.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "20769652 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/div - ns/op", + "value": 58.06, + "unit": "ns/op", + "extra": "20769652 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/div - extra/op", + "value": 3, + "unit": "extra/op", + "extra": "20769652 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/div - B/op", + "value": 6, + "unit": "B/op", + "extra": "20769652 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/div - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "20769652 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divw", + "value": 73.66, + "unit": "ns/op\t 4.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "16263519 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divw - ns/op", + "value": 73.66, + "unit": "ns/op", + "extra": "16263519 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divw - extra/op", + "value": 4, + "unit": "extra/op", + "extra": "16263519 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divw - B/op", + "value": 6, + "unit": "B/op", + "extra": "16263519 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divw - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "16263519 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divmodw", + "value": 585.3, + "unit": "ns/op\t 8.000 extra/op\t 310 B/op\t 11 allocs/op", + "extra": "2039389 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divmodw - ns/op", + "value": 585.3, + "unit": "ns/op", + "extra": "2039389 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divmodw - extra/op", + "value": 8, + "unit": "extra/op", + "extra": "2039389 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divmodw - B/op", + "value": 310, + "unit": "B/op", + "extra": "2039389 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divmodw - allocs/op", + "value": 11, + "unit": "allocs/op", + "extra": "2039389 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sqrt", + "value": 66.56, + "unit": "ns/op\t 2.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "18126183 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sqrt - ns/op", + "value": 66.56, + "unit": "ns/op", + "extra": "18126183 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sqrt - extra/op", + "value": 2, + "unit": "extra/op", + "extra": "18126183 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sqrt - B/op", + "value": 6, + "unit": "B/op", + "extra": "18126183 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sqrt - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "18126183 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/exp", + "value": 64.22, + "unit": "ns/op\t 3.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "19564623 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/exp - ns/op", + "value": 64.22, + "unit": "ns/op", + "extra": "19564623 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/exp - extra/op", + "value": 3, + "unit": "extra/op", + "extra": "19564623 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/exp - B/op", + "value": 6, + "unit": "B/op", + "extra": "19564623 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/exp - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "19564623 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/expw", + "value": 325.3, + "unit": "ns/op\t 4.000 extra/op\t 110 B/op\t 5 allocs/op", + "extra": "3601057 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/expw - ns/op", + "value": 325.3, + "unit": "ns/op", + "extra": "3601057 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/expw - extra/op", + "value": 4, + "unit": "extra/op", + "extra": "3601057 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/expw - B/op", + "value": 110, + "unit": "B/op", + "extra": "3601057 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/expw - allocs/op", + "value": 5, + "unit": "allocs/op", + "extra": "3601057 times\n4 procs" + } + ] } ] }