From 8d900728471207372244f28a38aaae851e9de6c9 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 9 Oct 2024 16:39:51 +0000 Subject: [PATCH] add Go Benchmark (go) benchmark result for 100a510097e600ee542e1ca2c3162ef136cb9bdc --- dev/bench/data.js | 458 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 457 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 4053df8..e9d0ebc 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1728491496083, + "lastUpdate": 1728491991974, "repoUrl": "https://github.com/ucan-wg/go-ucan", "entries": { "Go Benchmark": [ @@ -1706,6 +1706,462 @@ window.BENCHMARK_DATA = { "extra": "20181 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "michael.mure@consensys.net", + "name": "Michael Muré", + "username": "MichaelMure" + }, + "committer": { + "email": "michael.mure@consensys.net", + "name": "Michael Muré", + "username": "MichaelMure" + }, + "distinct": true, + "id": "100a510097e600ee542e1ca2c3162ef136cb9bdc", + "message": "pkg/container: harden the CAR file round-trip with fuzzing", + "timestamp": "2024-10-09T18:38:35+02:00", + "tree_id": "de75bb5656a96302c7670c3f0b3661dbc1cf4c9f", + "url": "https://github.com/ucan-wg/go-ucan/commit/100a510097e600ee542e1ca2c3162ef136cb9bdc" + }, + "date": 1728491991117, + "tool": "go", + "benches": [ + { + "name": "BenchmarkContainerSerialisation/car_write", + "value": 5923, + "unit": "ns/op\t 17896 B/op\t 58 allocs/op", + "extra": "206194 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/car_write - ns/op", + "value": 5923, + "unit": "ns/op", + "extra": "206194 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/car_write - B/op", + "value": 17896, + "unit": "B/op", + "extra": "206194 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/car_write - allocs/op", + "value": 58, + "unit": "allocs/op", + "extra": "206194 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/car_read", + "value": 949584, + "unit": "ns/op\t 148841 B/op\t 2621 allocs/op", + "extra": "1231 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/car_read - ns/op", + "value": 949584, + "unit": "ns/op", + "extra": "1231 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/car_read - B/op", + "value": 148841, + "unit": "B/op", + "extra": "1231 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/car_read - allocs/op", + "value": 2621, + "unit": "allocs/op", + "extra": "1231 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/carBase64_write", + "value": 10962, + "unit": "ns/op\t 24200 B/op\t 60 allocs/op", + "extra": "109051 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/carBase64_write - ns/op", + "value": 10962, + "unit": "ns/op", + "extra": "109051 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/carBase64_write - B/op", + "value": 24200, + "unit": "B/op", + "extra": "109051 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/carBase64_write - allocs/op", + "value": 60, + "unit": "allocs/op", + "extra": "109051 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/carBase64_read", + "value": 960665, + "unit": "ns/op\t 150909 B/op\t 2623 allocs/op", + "extra": "1226 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/carBase64_read - ns/op", + "value": 960665, + "unit": "ns/op", + "extra": "1226 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/carBase64_read - B/op", + "value": 150909, + "unit": "B/op", + "extra": "1226 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/carBase64_read - allocs/op", + "value": 2623, + "unit": "allocs/op", + "extra": "1226 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cbor_write", + "value": 4376, + "unit": "ns/op\t 16368 B/op\t 25 allocs/op", + "extra": "273243 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cbor_write - ns/op", + "value": 4376, + "unit": "ns/op", + "extra": "273243 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cbor_write - B/op", + "value": 16368, + "unit": "B/op", + "extra": "273243 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cbor_write - allocs/op", + "value": 25, + "unit": "allocs/op", + "extra": "273243 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cbor_read", + "value": 932288, + "unit": "ns/op\t 138301 B/op\t 2524 allocs/op", + "extra": "1267 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cbor_read - ns/op", + "value": 932288, + "unit": "ns/op", + "extra": "1267 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cbor_read - B/op", + "value": 138301, + "unit": "B/op", + "extra": "1267 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cbor_read - allocs/op", + "value": 2524, + "unit": "allocs/op", + "extra": "1267 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cborBase64_write", + "value": 8582, + "unit": "ns/op\t 20720 B/op\t 26 allocs/op", + "extra": "139054 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cborBase64_write - ns/op", + "value": 8582, + "unit": "ns/op", + "extra": "139054 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cborBase64_write - B/op", + "value": 20720, + "unit": "B/op", + "extra": "139054 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cborBase64_write - allocs/op", + "value": 26, + "unit": "allocs/op", + "extra": "139054 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cborBase64_read", + "value": 947744, + "unit": "ns/op\t 140364 B/op\t 2526 allocs/op", + "extra": "1250 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cborBase64_read - ns/op", + "value": 947744, + "unit": "ns/op", + "extra": "1250 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cborBase64_read - B/op", + "value": 140364, + "unit": "B/op", + "extra": "1250 times\n4 procs" + }, + { + "name": "BenchmarkContainerSerialisation/cborBase64_read - allocs/op", + "value": 2526, + "unit": "allocs/op", + "extra": "1250 times\n4 procs" + }, + { + "name": "BenchmarkGlob", + "value": 41.83, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "28611658 times\n4 procs" + }, + { + "name": "BenchmarkGlob - ns/op", + "value": 41.83, + "unit": "ns/op", + "extra": "28611658 times\n4 procs" + }, + { + "name": "BenchmarkGlob - B/op", + "value": 0, + "unit": "B/op", + "extra": "28611658 times\n4 procs" + }, + { + "name": "BenchmarkGlob - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "28611658 times\n4 procs" + }, + { + "name": "BenchmarkSchemaLoad", + "value": 14850, + "unit": "ns/op\t 14569 B/op\t 162 allocs/op", + "extra": "80373 times\n4 procs" + }, + { + "name": "BenchmarkSchemaLoad - ns/op", + "value": 14850, + "unit": "ns/op", + "extra": "80373 times\n4 procs" + }, + { + "name": "BenchmarkSchemaLoad - B/op", + "value": 14569, + "unit": "B/op", + "extra": "80373 times\n4 procs" + }, + { + "name": "BenchmarkSchemaLoad - allocs/op", + "value": 162, + "unit": "allocs/op", + "extra": "80373 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/FromDagJson", + "value": 109006, + "unit": "ns/op\t 15294 B/op\t 373 allocs/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/FromDagJson - ns/op", + "value": 109006, + "unit": "ns/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/FromDagJson - B/op", + "value": 15294, + "unit": "B/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/FromDagJson - allocs/op", + "value": 373, + "unit": "allocs/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/Seal", + "value": 52049, + "unit": "ns/op\t 9600 B/op\t 208 allocs/op", + "extra": "22779 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/Seal - ns/op", + "value": 52049, + "unit": "ns/op", + "extra": "22779 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/Seal - B/op", + "value": 9600, + "unit": "B/op", + "extra": "22779 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/Seal - allocs/op", + "value": 208, + "unit": "allocs/op", + "extra": "22779 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/Unseal", + "value": 96023, + "unit": "ns/op\t 14349 B/op\t 304 allocs/op", + "extra": "12540 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/Unseal - ns/op", + "value": 96023, + "unit": "ns/op", + "extra": "12540 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/Unseal - B/op", + "value": 14349, + "unit": "B/op", + "extra": "12540 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/Unseal - allocs/op", + "value": 304, + "unit": "allocs/op", + "extra": "12540 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/ToDagJson", + "value": 57831, + "unit": "ns/op\t 15112 B/op\t 248 allocs/op", + "extra": "20840 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/ToDagJson - ns/op", + "value": 57831, + "unit": "ns/op", + "extra": "20840 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/ToDagJson - B/op", + "value": 15112, + "unit": "B/op", + "extra": "20840 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_buffers/ToDagJson - allocs/op", + "value": 248, + "unit": "allocs/op", + "extra": "20840 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/FromDagJsonReader", + "value": 107731, + "unit": "ns/op\t 15245 B/op\t 372 allocs/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/FromDagJsonReader - ns/op", + "value": 107731, + "unit": "ns/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/FromDagJsonReader - B/op", + "value": 15245, + "unit": "B/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/FromDagJsonReader - allocs/op", + "value": 372, + "unit": "allocs/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/SealWriter", + "value": 56559, + "unit": "ns/op\t 9120 B/op\t 239 allocs/op", + "extra": "20695 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/SealWriter - ns/op", + "value": 56559, + "unit": "ns/op", + "extra": "20695 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/SealWriter - B/op", + "value": 9120, + "unit": "B/op", + "extra": "20695 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/SealWriter - allocs/op", + "value": 239, + "unit": "allocs/op", + "extra": "20695 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/UnsealReader", + "value": 96374, + "unit": "ns/op\t 14349 B/op\t 304 allocs/op", + "extra": "12436 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/UnsealReader - ns/op", + "value": 96374, + "unit": "ns/op", + "extra": "12436 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/UnsealReader - B/op", + "value": 14349, + "unit": "B/op", + "extra": "12436 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/UnsealReader - allocs/op", + "value": 304, + "unit": "allocs/op", + "extra": "12436 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/ToDagJsonReader", + "value": 56745, + "unit": "ns/op\t 13080 B/op\t 242 allocs/op", + "extra": "21183 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/ToDagJsonReader - ns/op", + "value": 56745, + "unit": "ns/op", + "extra": "21183 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/ToDagJsonReader - B/op", + "value": 13080, + "unit": "B/op", + "extra": "21183 times\n4 procs" + }, + { + "name": "BenchmarkRoundTrip/via_streaming/ToDagJsonReader - allocs/op", + "value": 242, + "unit": "allocs/op", + "extra": "21183 times\n4 procs" + } + ] } ] }