Skip to content

Commit

Permalink
add Gadget benchmarks (go) benchmark result for 908239bb0ee54fef3a70a…
Browse files Browse the repository at this point in the history
…730ff407883f7509c48
  • Loading branch information
github-action-benchmark committed Mar 5, 2025
1 parent 83b449d commit 6af9040
Showing 1 changed file with 159 additions and 1 deletion.
160 changes: 159 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1741181729355,
"lastUpdate": 1741183629853,
"repoUrl": "https://github.com/inspektor-gadget/inspektor-gadget",
"entries": {
"Gadget benchmarks": [
Expand Down Expand Up @@ -2400850,6 +2400850,164 @@ window.BENCHMARK_DATA = {
"extra": "10 times\n4 procs"
}
]
},
{
"commit": {
"author": {
"name": "inspektor-gadget",
"username": "inspektor-gadget"
},
"committer": {
"name": "inspektor-gadget",
"username": "inspektor-gadget"
},
"id": "908239bb0ee54fef3a70a730ff407883f7509c48",
"message": "Convert traceloop to image-based gadget",
"timestamp": "2025-03-05T12:46:10Z",
"url": "https://github.com/inspektor-gadget/inspektor-gadget/pull/3763/commits/908239bb0ee54fef3a70a730ff407883f7509c48"
},
"date": 1741183092571,
"tool": "go",
"benches": [
{
"name": "BenchmarkSnapshotProcessProcfsTracer",
"value": 3226577,
"unit": "ns/op",
"extra": "363 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/-traceloop",
"value": 21866457,
"unit": "ns/op",
"extra": "49 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/advise-seccomp",
"value": 12069446,
"unit": "ns/op",
"extra": "100 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/audit-seccomp",
"value": 31087674,
"unit": "ns/op",
"extra": "42 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/profile-cpu",
"value": 197902471,
"unit": "ns/op",
"extra": "6 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/snapshot-process",
"value": 20323579,
"unit": "ns/op",
"extra": "66 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/snapshot-socket",
"value": 30870122,
"unit": "ns/op",
"extra": "46 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/top-ebpf",
"value": 15439756,
"unit": "ns/op",
"extra": "74 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/top-file",
"value": 63014649,
"unit": "ns/op",
"extra": "18 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/top-tcp",
"value": 67139234,
"unit": "ns/op",
"extra": "16 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/trace-bind",
"value": 103848493,
"unit": "ns/op",
"extra": "10 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/trace-capabilities",
"value": 122613052,
"unit": "ns/op",
"extra": "9 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/trace-dns",
"value": 6558364,
"unit": "ns/op",
"extra": "180 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/trace-exec",
"value": 113739993,
"unit": "ns/op",
"extra": "9 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/trace-fsslower",
"value": 242404173,
"unit": "ns/op",
"extra": "5 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/trace-mount",
"value": 69869363,
"unit": "ns/op",
"extra": "19 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/trace-network",
"value": 4915773,
"unit": "ns/op",
"extra": "244 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/trace-oomkill",
"value": 30547065,
"unit": "ns/op",
"extra": "38 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/trace-open",
"value": 81572354,
"unit": "ns/op",
"extra": "14 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/trace-signal",
"value": 42695935,
"unit": "ns/op",
"extra": "33 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/trace-sni",
"value": 50003724,
"unit": "ns/op",
"extra": "22 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/trace-tcp",
"value": 207118836,
"unit": "ns/op",
"extra": "5 times\n4 procs"
},
{
"name": "BenchmarkAllGadgetsWithContainers/container0/trace-tcpconnect",
"value": 119184848,
"unit": "ns/op",
"extra": "9 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit 6af9040

Please sign in to comment.