mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
style: run cargo +nightly fmt
This commit is contained in:
parent
19d6b1ea83
commit
97f4f25813
12 changed files with 38 additions and 33 deletions
|
@ -3,10 +3,8 @@ use std::num::NonZero;
|
|||
use criterion::{criterion_group, criterion_main, Criterion};
|
||||
use ironrdp_graphics::color_conversion::to_64x64_ycbcr_tile;
|
||||
use ironrdp_pdu::codecs::rfx;
|
||||
use ironrdp_server::{
|
||||
bench::encoder::rfx::{rfx_enc, rfx_enc_tile},
|
||||
BitmapUpdate,
|
||||
};
|
||||
use ironrdp_server::bench::encoder::rfx::{rfx_enc, rfx_enc_tile};
|
||||
use ironrdp_server::BitmapUpdate;
|
||||
|
||||
pub fn rfx_enc_tile_bench(c: &mut Criterion) {
|
||||
let quant = rfx::Quant::default();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue