Skip to content

Commit 7bd5cb5

Browse files
author
github-action-benchmark
committed
add snarkOS Benchmarks (customBiggerIsBetter) benchmark result for d5bce53
1 parent 05793f8 commit 7bd5cb5

1 file changed

Lines changed: 67 additions & 1 deletion

File tree

dev/bench/data.js

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1771019849280,
2+
"lastUpdate": 1771307671450,
33
"repoUrl": "https://github.com/ProvableHQ/snarkOS",
44
"entries": {
55
"snarkOS Benchmarks": [
@@ -8948,6 +8948,72 @@ window.BENCHMARK_DATA = {
89488948
"extra": "total_wait=209s, target_height=250"
89498949
}
89508950
]
8951+
},
8952+
{
8953+
"commit": {
8954+
"author": {
8955+
"email": "victor.s.nicolaas@protonmail.com",
8956+
"name": "vicsn",
8957+
"username": "vicsn"
8958+
},
8959+
"committer": {
8960+
"email": "noreply@github.com",
8961+
"name": "GitHub",
8962+
"username": "web-flow"
8963+
},
8964+
"distinct": true,
8965+
"id": "d5bce53d6b1631241f3c9fc33be9505e1d505eab",
8966+
"message": "Merge pull request #4116 from ProvableHQ/ci/benchmark-fixes\n\n[CI] Make benchmarks work with new logging prefix",
8967+
"timestamp": "2026-02-17T06:25:20+01:00",
8968+
"tree_id": "79a39b65a3b8fe981667a2c3ef79cac123070c6d",
8969+
"url": "https://github.com/ProvableHQ/snarkOS/commit/d5bce53d6b1631241f3c9fc33be9505e1d505eab"
8970+
},
8971+
"date": 1771307670752,
8972+
"tool": "customBiggerIsBetter",
8973+
"benches": [
8974+
{
8975+
"name": "rest-get-block",
8976+
"value": 5.650736806327161,
8977+
"unit": "ops/s",
8978+
"extra": "num_ops=480, total_wait=84.9446747303009, endpoint=http://localhost:3030/v2/testnet/block, num_validators=40, git_commit=9ec2291c57, snapshot_height=250"
8979+
},
8980+
{
8981+
"name": "rest-block-height",
8982+
"value": 7736.046378792338,
8983+
"unit": "ops/s",
8984+
"extra": "num_ops=80000, total_wait=10.34119963645935, endpoint=http://localhost:3030/v2/testnet/block/height/latest, num_validators=40, git_commit=9ec2291c57, snapshot_height=250"
8985+
},
8986+
{
8987+
"name": "rest-get-latest-block",
8988+
"value": 1041.577251853328,
8989+
"unit": "ops/s",
8990+
"extra": "num_ops=800, total_wait=0.7680659294128418, endpoint=http://localhost:3030/v2/testnet/block, num_validators=40, git_commit=9ec2291c57, snapshot_height=250"
8991+
},
8992+
{
8993+
"name": "p2p-sync",
8994+
"value": 1.66,
8995+
"unit": "blocks/s",
8996+
"extra": "total_wait=150s, target_height=250, connect_time=0s, num_validators=40, git_commit=9ec2291c57, snapshot_height=250"
8997+
},
8998+
{
8999+
"name": "p2p-sync-speed-variance",
9000+
"value": 1.044558,
9001+
"unit": "blocks^2/s^2",
9002+
"extra": "samples=146, mean_speed=1.128767, max_speed=2.583333, branch=staging, num_validators=40, git_commit=9ec2291c57, snapshot_height=250"
9003+
},
9004+
{
9005+
"name": "bft-sync",
9006+
"value": 1.52,
9007+
"unit": "blocks/s",
9008+
"extra": "total_wait=164s, target_height=250, connect_time=1, branch=staging, num_validators=40, git_commit=9ec2291c57, snapshot_height=250"
9009+
},
9010+
{
9011+
"name": "cdn-sync",
9012+
"value": 1.17,
9013+
"unit": "blocks/s",
9014+
"extra": "total_wait=212s, target_height=250"
9015+
}
9016+
]
89519017
}
89529018
]
89539019
}

0 commit comments

Comments
 (0)