Skip to content

Commit 0d2216b

Browse files
authored
Merge pull request #1 from lispking/benches
Replace performance-test to cargo bench
2 parents 00661d1 + afeff61 commit 0d2216b

17 files changed

+771
-528
lines changed

BENCHMARKS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Benchmarks
2+
3+
## Table of Contents
4+
5+
- [Benchmark Results](#benchmark-results)
6+
- [queue-comparison](#queue-comparison)
7+
8+
## Benchmark Results
9+
10+
### queue-comparison
11+
12+
| | `tokio-mpmc` | `flume` |
13+
|:-------------|:--------------------------|:--------------------------------- |
14+
| **`non-io`** | `649.09 us` (✅ **1.00x**) | `768.68 us` (❌ *1.18x slower*) |
15+
| **`io`** | `191.51 ms` (✅ **1.00x**) | `215.82 ms` (❌ *1.13x slower*) |
16+
17+
---
18+
Made with [criterion-table](https://github.com/nu11ptr/criterion-table)
19+

0 commit comments

Comments
 (0)