Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak authored Dec 4, 2024
1 parent 2f6a6be commit d7f5a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="https://avatars.githubusercontent.com/u/157637200" height="128">
<br />
<h1>The TypeScript implementation of Distributed Replicated Programs (DRPs)</h1>
<h1>The TypeScript implementation of Distributed Real-Time Programs (DRPs)</h1>
</div>

<div align="center">
Expand All @@ -22,7 +22,7 @@

# Overview

This is the official TypeScript implementation of Distributed Replicated Programs (DRP). DRP is a local-first decentralized protocol for real-time applications. It is built on top of libp2p and with a similar design with CRDTs.
This is the official TypeScript implementation of Distributed Real-Time Programs (DRP). DRP is a local-first decentralized protocol for real-time applications. It is built on top of libp2p and with a similar design with CRDTs.

# Specifications

Expand Down

1 comment on commit d7f5a2a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmark.js Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: d7f5a2a Previous: 76d22c9 Ratio
Create HashGraph with 1000 vertices 11.29 ops/sec (±1.52%) 246 ops/sec (±0.36%) 21.79
Create 2 DRP Objects (1000 vertices each) and Merge 0.51 ops/sec (±3.12%) 0.98 ops/sec (±3.13%) 1.92

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.