Skip to content

Commit

Permalink
fix readme links (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejparity authored Jul 15, 2023
1 parent 3628ba1 commit 9c8f36c
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,11 +1,11 @@
# jsonrpsee

[![GitLab Status](https://gitlab.parity.io/parity/jsonrpsee/badges/master/pipeline.svg)](https://gitlab.parity.io/parity/jsonrpsee/pipelines)
[![GitLab Status](https://gitlab.parity.io/parity/mirrors/jsonrpsee/badges/master/pipeline.svg)](https://gitlab.parity.io/parity/mirrors/jsonrpsee/-/pipelines)
[![crates.io](https://img.shields.io/crates/v/jsonrpsee)](https://crates.io/crates/jsonrpsee)
[![Docs](https://docs.rs/jsonrpsee/badge.svg)](https://docs.rs/jsonrpsee)
![MIT](https://img.shields.io/crates/l/jsonrpsee.svg)
[![CI](https://github.com/paritytech/jsonrpsee/actions/workflows/ci.yml/badge.svg)](https://github.com/paritytech/jsonrpsee/actions/workflows/ci.yml)
[![Benchmarks](https://github.com/paritytech/jsonrpsee/actions/workflows/benchmarks.yml/badge.svg)](https://github.com/paritytech/jsonrpsee/actions/workflows/benchmarks.yml)
[![Benchmarks](https://github.com/paritytech/jsonrpsee/actions/workflows/benchmarks_gitlab.yml/badge.svg)](https://github.com/paritytech/jsonrpsee/actions/workflows/benchmarks_gitlab.yml)
[![dependency status](https://deps.rs/crate/jsonrpsee/0.18.1/status.svg)](https://deps.rs/crate/jsonrpsee/0.18.1)

JSON-RPC library designed for async/await in Rust.
Expand Down

1 comment on commit 9c8f36c

@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 result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 9c8f36c Previous: 3628ba1 Ratio
async/http_custom_headers_round_trip/100kb 296123 ns/iter (± 27984) 133048 ns/iter (± 8049) 2.23
async/http_batch_requests/fast_call/2 120096 ns/iter (± 17769) 57757 ns/iter (± 8781) 2.08
async/http_batch_requests/fast_call/5 130736 ns/iter (± 19250) 65019 ns/iter (± 3014) 2.01
async/http_batch_requests/fast_call/50 345106 ns/iter (± 29653) 163073 ns/iter (± 16947) 2.12

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

CC: @niklasad1

Please sign in to comment.