From 96e13077dfceaf4e340b420bff134555a2c232c6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 25 Nov 2024 19:30:49 +0000 Subject: [PATCH] add Go Benchmark (go) benchmark result for 92e0e009da2af6828aecede9d9547fa3e7724aa7 --- 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 9f84014b08..97b7990551 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1732208414342, + "lastUpdate": 1732563049365, "repoUrl": "https://github.com/algorand/go-algorand", "entries": { "Go Benchmark": [ @@ -226466,6 +226466,450 @@ window.BENCHMARK_DATA = { "extra": "3451122 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "engzerjun@gmail.com", + "name": "Eng Zer Jun", + "username": "Juneezee" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "92e0e009da2af6828aecede9d9547fa3e7724aa7", + "message": "refactor: replace experimental `maps` and `slices` with stdlib (#6179)\n\nSigned-off-by: Eng Zer Jun ", + "timestamp": "2024-11-25T14:26:43-05:00", + "tree_id": "e619206fdaf5f09c98382767229ad01b258104b4", + "url": "https://github.com/algorand/go-algorand/commit/92e0e009da2af6828aecede9d9547fa3e7724aa7" + }, + "date": 1732563044433, + "tool": "go", + "benches": [ + { + "name": "BenchmarkUintMath/dup", + "value": 29.88, + "unit": "ns/op\t 1.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "39779620 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/dup - ns/op", + "value": 29.88, + "unit": "ns/op", + "extra": "39779620 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/dup - extra/op", + "value": 1, + "unit": "extra/op", + "extra": "39779620 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/dup - B/op", + "value": 6, + "unit": "B/op", + "extra": "39779620 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/dup - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "39779620 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop1", + "value": 28.41, + "unit": "ns/op\t 1.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "42161667 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop1 - ns/op", + "value": 28.41, + "unit": "ns/op", + "extra": "42161667 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop1 - extra/op", + "value": 1, + "unit": "extra/op", + "extra": "42161667 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop1 - B/op", + "value": 6, + "unit": "B/op", + "extra": "42161667 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop1 - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "42161667 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop", + "value": 56.2, + "unit": "ns/op\t 3.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "21328783 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop - ns/op", + "value": 56.2, + "unit": "ns/op", + "extra": "21328783 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop - extra/op", + "value": 3, + "unit": "extra/op", + "extra": "21328783 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop - B/op", + "value": 6, + "unit": "B/op", + "extra": "21328783 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/pop - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "21328783 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/add", + "value": 62.06, + "unit": "ns/op\t 3.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "19859572 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/add - ns/op", + "value": 62.06, + "unit": "ns/op", + "extra": "19859572 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/add - extra/op", + "value": 3, + "unit": "extra/op", + "extra": "19859572 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/add - B/op", + "value": 6, + "unit": "B/op", + "extra": "19859572 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/add - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "19859572 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/addw", + "value": 76.19, + "unit": "ns/op\t 4.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "16274132 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/addw - ns/op", + "value": 76.19, + "unit": "ns/op", + "extra": "16274132 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/addw - extra/op", + "value": 4, + "unit": "extra/op", + "extra": "16274132 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/addw - B/op", + "value": 6, + "unit": "B/op", + "extra": "16274132 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/addw - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "16274132 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sub", + "value": 58.9, + "unit": "ns/op\t 3.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "20384713 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sub - ns/op", + "value": 58.9, + "unit": "ns/op", + "extra": "20384713 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sub - extra/op", + "value": 3, + "unit": "extra/op", + "extra": "20384713 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sub - B/op", + "value": 6, + "unit": "B/op", + "extra": "20384713 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sub - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "20384713 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mul", + "value": 59.11, + "unit": "ns/op\t 3.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "20163188 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mul - ns/op", + "value": 59.11, + "unit": "ns/op", + "extra": "20163188 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mul - extra/op", + "value": 3, + "unit": "extra/op", + "extra": "20163188 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mul - B/op", + "value": 6, + "unit": "B/op", + "extra": "20163188 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mul - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "20163188 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mulw", + "value": 73.04, + "unit": "ns/op\t 4.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "16544036 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mulw - ns/op", + "value": 73.04, + "unit": "ns/op", + "extra": "16544036 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mulw - extra/op", + "value": 4, + "unit": "extra/op", + "extra": "16544036 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mulw - B/op", + "value": 6, + "unit": "B/op", + "extra": "16544036 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/mulw - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "16544036 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/div", + "value": 59.16, + "unit": "ns/op\t 3.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "20205243 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/div - ns/op", + "value": 59.16, + "unit": "ns/op", + "extra": "20205243 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/div - extra/op", + "value": 3, + "unit": "extra/op", + "extra": "20205243 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/div - B/op", + "value": 6, + "unit": "B/op", + "extra": "20205243 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/div - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "20205243 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divw", + "value": 75.44, + "unit": "ns/op\t 4.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "15847824 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divw - ns/op", + "value": 75.44, + "unit": "ns/op", + "extra": "15847824 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divw - extra/op", + "value": 4, + "unit": "extra/op", + "extra": "15847824 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divw - B/op", + "value": 6, + "unit": "B/op", + "extra": "15847824 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divw - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "15847824 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divmodw", + "value": 640.6, + "unit": "ns/op\t 8.000 extra/op\t 310 B/op\t 11 allocs/op", + "extra": "1872986 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divmodw - ns/op", + "value": 640.6, + "unit": "ns/op", + "extra": "1872986 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divmodw - extra/op", + "value": 8, + "unit": "extra/op", + "extra": "1872986 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divmodw - B/op", + "value": 310, + "unit": "B/op", + "extra": "1872986 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/divmodw - allocs/op", + "value": 11, + "unit": "allocs/op", + "extra": "1872986 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sqrt", + "value": 68.16, + "unit": "ns/op\t 2.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "17654199 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sqrt - ns/op", + "value": 68.16, + "unit": "ns/op", + "extra": "17654199 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sqrt - extra/op", + "value": 2, + "unit": "extra/op", + "extra": "17654199 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sqrt - B/op", + "value": 6, + "unit": "B/op", + "extra": "17654199 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/sqrt - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "17654199 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/exp", + "value": 65.06, + "unit": "ns/op\t 3.000 extra/op\t 6 B/op\t 0 allocs/op", + "extra": "18337144 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/exp - ns/op", + "value": 65.06, + "unit": "ns/op", + "extra": "18337144 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/exp - extra/op", + "value": 3, + "unit": "extra/op", + "extra": "18337144 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/exp - B/op", + "value": 6, + "unit": "B/op", + "extra": "18337144 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/exp - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "18337144 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/expw", + "value": 355.2, + "unit": "ns/op\t 4.000 extra/op\t 110 B/op\t 5 allocs/op", + "extra": "3373353 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/expw - ns/op", + "value": 355.2, + "unit": "ns/op", + "extra": "3373353 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/expw - extra/op", + "value": 4, + "unit": "extra/op", + "extra": "3373353 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/expw - B/op", + "value": 110, + "unit": "B/op", + "extra": "3373353 times\n4 procs" + }, + { + "name": "BenchmarkUintMath/expw - allocs/op", + "value": 5, + "unit": "allocs/op", + "extra": "3373353 times\n4 procs" + } + ] } ] }