From a201e366c2ae997947f753841430cb1fd6e97444 Mon Sep 17 00:00:00 2001 From: Patrick Ge <53650488+cococo2000@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:09:19 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5459d2..82cd022 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Web3Bench +[![Java with Maven](https://github.com/cococo2000/Web3Bench/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/cococo2000/Web3Bench/actions/workflows/maven.yml) + Welcome to Web3Bench, a cutting-edge benchmark designed specifically for real-world Web3 applications and addressing the challenges of decentralized databases. This benchmark offers a unified approach by providing a cohesive data model and workload that cover both transactional (T) and analytical (A) tasks. Notable features include a novel business scenario sourced from the Web3 domain, a categorization of workloads based on latency requirements (real-time, online serving, and batch processing), and the incorporation of latency limits for real-time and online queries, along with measuring batch query throughput. Our data model is a simplified version of Ethereum's decentralized blockchain, encompassing blocks, transactions, contracts, and token transfers. Derived from a 20GB real Ethereum dataset, Web3Bench employs a proprietary data generator to create datasets of varying scales.