Merge pull request #16 from kingchenc/fix/criterion-0.8

deps: criterion 0.5 → 0.8 (replaces #10)
This commit is contained in:
kingchenc
2026-05-23 21:43:28 +02:00
committed by GitHub
4 changed files with 61 additions and 37 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
//! cargo run -p wickra-examples --bin fetch_btcusdt
//! ```
use criterion::{black_box, criterion_group, criterion_main, BenchmarkId, Criterion, Throughput};
use criterion::{criterion_group, criterion_main, BenchmarkId, Criterion, Throughput};
use std::hint::black_box;
use wickra::{
Atr, BatchExt, BollingerBands, Candle, Ema, Indicator, MacdIndicator, Obv, Rsi, Sma,
Stochastic, Wma,