Improve serve test, add single txt file test

This commit is contained in:
Lucien Greathouse
2019-10-16 16:21:33 -07:00
parent 82678235ab
commit 40540c3637
7 changed files with 198 additions and 118 deletions

View File

@@ -1,4 +1,4 @@
use std::path::{Path, PathBuf};
use std::path::{Path};
use criterion::{criterion_group, criterion_main, BatchSize, Criterion};
use tempfile::{tempdir, TempDir};