Datasets:
Formats:
parquet
Sub-tasks:
univariate-time-series-forecasting
Languages:
English
Size:
100K - 1M
License:
snapshot 2026-06-22 (rows: h=26 p=262 ts=52425 cl=39)
Browse files
CITATION.cff
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
cff-version: 1.2.0
|
| 2 |
-
title: OpenChainBench Benchmarks
|
| 3 |
abstract: >-
|
| 4 |
-
Daily snapshots of every public benchmark on openchainbench.com
|
| 5 |
open, reproducible measurements of crypto infrastructure (RPCs,
|
| 6 |
oracles, bridges, data APIs, Polymarket adapters, Hyperliquid
|
| 7 |
builders). Released as Hive-partitioned Parquet under CC-BY-4.0.
|
|
@@ -13,6 +13,13 @@ license: CC-BY-4.0
|
|
| 13 |
repository-code: https://github.com/ChainBench/OpenChainBench
|
| 14 |
url: https://huggingface.co/datasets/OpenChainBench/benchmarks
|
| 15 |
date-released: "2026-06-22"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
keywords:
|
| 17 |
- blockchain
|
| 18 |
- crypto
|
|
|
|
| 1 |
cff-version: 1.2.0
|
| 2 |
+
title: OpenChainBench Crypto Infrastructure Benchmarks
|
| 3 |
abstract: >-
|
| 4 |
+
Daily snapshots of every public benchmark on openchainbench.com,
|
| 5 |
open, reproducible measurements of crypto infrastructure (RPCs,
|
| 6 |
oracles, bridges, data APIs, Polymarket adapters, Hyperliquid
|
| 7 |
builders). Released as Hive-partitioned Parquet under CC-BY-4.0.
|
|
|
|
| 13 |
repository-code: https://github.com/ChainBench/OpenChainBench
|
| 14 |
url: https://huggingface.co/datasets/OpenChainBench/benchmarks
|
| 15 |
date-released: "2026-06-22"
|
| 16 |
+
identifiers:
|
| 17 |
+
- type: doi
|
| 18 |
+
value: 10.5281/zenodo.20800311
|
| 19 |
+
description: Concept DOI (always resolves to the latest version)
|
| 20 |
+
- type: doi
|
| 21 |
+
value: 10.5281/zenodo.20800312
|
| 22 |
+
description: v1.0.1 version DOI
|
| 23 |
keywords:
|
| 24 |
- blockchain
|
| 25 |
- crypto
|
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
language_creators:
|
|
@@ -203,7 +204,7 @@ Hyperliquid builders). Every snapshot here mirrors the
|
|
| 203 |
and [/api/series/<slug>](https://openchainbench.com/api/series/bridge-quote-latency)
|
| 204 |
JSON feeds at the time of capture.
|
| 205 |
|
| 206 |
-
Latest snapshot: **2026-06-22** (captured at 2026-06-
|
| 207 |
|
| 208 |
## Dataset Description
|
| 209 |
|
|
@@ -526,22 +527,30 @@ Apache 2.0.
|
|
| 526 |
|
| 527 |
### Citation Information
|
| 528 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 529 |
Suggested attribution string:
|
| 530 |
|
| 531 |
> OpenChainBench. (2026). OpenChainBench Crypto Infrastructure Benchmarks
|
| 532 |
-
> [Data set].
|
| 533 |
-
> https://huggingface.co/datasets/OpenChainBench/benchmarks
|
| 534 |
|
| 535 |
BibTeX:
|
| 536 |
|
| 537 |
```bibtex
|
| 538 |
@dataset{openchainbench_2026,
|
| 539 |
-
author
|
| 540 |
-
title
|
| 541 |
-
year
|
| 542 |
-
publisher = {
|
| 543 |
-
|
| 544 |
-
|
|
|
|
| 545 |
}
|
| 546 |
```
|
| 547 |
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
doi: 10.5281/zenodo.20800311
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
language_creators:
|
|
|
|
| 204 |
and [/api/series/<slug>](https://openchainbench.com/api/series/bridge-quote-latency)
|
| 205 |
JSON feeds at the time of capture.
|
| 206 |
|
| 207 |
+
Latest snapshot: **2026-06-22** (captured at 2026-06-22T17:05:09+00:00, schema v2).
|
| 208 |
|
| 209 |
## Dataset Description
|
| 210 |
|
|
|
|
| 527 |
|
| 528 |
### Citation Information
|
| 529 |
|
| 530 |
+
The dataset is archived on Zenodo with a permanent DOI. Use the concept
|
| 531 |
+
DOI when citing the dataset in general (it always resolves to the latest
|
| 532 |
+
version). Use the version DOI when citing a specific snapshot for
|
| 533 |
+
reproducibility.
|
| 534 |
+
|
| 535 |
+
- Concept DOI: [10.5281/zenodo.20800311](https://doi.org/10.5281/zenodo.20800311)
|
| 536 |
+
- v1.0.1 version DOI: [10.5281/zenodo.20800312](https://doi.org/10.5281/zenodo.20800312)
|
| 537 |
+
|
| 538 |
Suggested attribution string:
|
| 539 |
|
| 540 |
> OpenChainBench. (2026). OpenChainBench Crypto Infrastructure Benchmarks
|
| 541 |
+
> [Data set]. Zenodo. https://doi.org/10.5281/zenodo.20800311
|
|
|
|
| 542 |
|
| 543 |
BibTeX:
|
| 544 |
|
| 545 |
```bibtex
|
| 546 |
@dataset{openchainbench_2026,
|
| 547 |
+
author = {{OpenChainBench Contributors}},
|
| 548 |
+
title = {OpenChainBench Crypto Infrastructure Benchmarks},
|
| 549 |
+
year = {2026},
|
| 550 |
+
publisher = {Zenodo},
|
| 551 |
+
doi = {10.5281/zenodo.20800311},
|
| 552 |
+
url = {https://doi.org/10.5281/zenodo.20800311},
|
| 553 |
+
note = {Live mirror at https://huggingface.co/datasets/OpenChainBench/benchmarks}
|
| 554 |
}
|
| 555 |
```
|
| 556 |
|
chain_leaders/snapshot_date=2026-06-22/part-0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02f07a2f37e9d60ec2cccf43ca5d9aaaf035e1f4a24bea11094ca380ed9704b1
|
| 3 |
+
size 8592
|
headlines/snapshot_date=2026-06-22/part-0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:698e98eabcee2a60a675de6ce9253a3661c4c771c0014ad1bdeb68ae254a7b63
|
| 3 |
+
size 16878
|
providers/snapshot_date=2026-06-22/part-0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e57e45ed50317fab8f891f2cc50b41cdcab5851b23ed2ee16d3e01a7dc0af75
|
| 3 |
+
size 27578
|
timeseries/snapshot_date=2026-06-22/part-0.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a674ac1394a74c093ed513aae213a0d07d7d4b9f2514d1a62e99ecbbd158302b
|
| 3 |
+
size 326316
|