Skip to content

Commit

Permalink
Merge pull request #2 from pascall-de-creator/main
Browse files Browse the repository at this point in the history
Push realease
  • Loading branch information
0x15BA88FF authored Apr 19, 2024
2 parents 9ed5c36 + 2ee050a commit ce989e2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions tests/compression-score.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
fn run() {
let mut compression_score: f64;

println!("Compression score is {}", compression_score)
}
2 changes: 0 additions & 2 deletions tests/loss-ratio.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
fn run() {
let mut loss_ratio: f64;

println!("{} bytes of data were lost during process", loss_ratio)
}
3 changes: 0 additions & 3 deletions tests/speed-test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ fn run() {

let mut decoding_time: f64;
let mut decoding_blob_size: f64;

println!("Encoding time average was {} Mb/s", encoding_blob_size / encoding_time);
println!("Decoding time average was {} Mb/s", decoding_blob_size / decoding_time);
}

0 comments on commit ce989e2

Please sign in to comment.