Skip to content

Commit da2d33f

Browse files
jyn514Joshua Nelson
authored and
Joshua Nelson
committed
Fix benchmarks
- compression just needed to use the new crate name - `html_parsing` no longer makes sense, since we aren't parsing+serializing the HTML page. Rather than rewriting it from scratch, just remove it for now.
1 parent 7ec7f9b commit da2d33f

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ sass-rs = "0.2.2"
106106
string_cache_codegen = "0.5.1"
107107
walkdir = "2"
108108

109-
[[bench]]
110-
name = "html_parsing"
111-
harness = false
112-
113109
[[bench]]
114110
name = "compression"
115111
harness = false

benches/compression.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
use cratesfyi::storage::{compress, decompress, CompressionAlgorithm};
21
use criterion::{black_box, criterion_group, criterion_main, Criterion, Throughput};
2+
use docs_rs::storage::{compress, decompress, CompressionAlgorithm};
33

44
const ALGORITHM: CompressionAlgorithm = CompressionAlgorithm::Zstd;
55

benches/html_parsing.rs

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)