From ecf8c1452f2205bcc53289a86828ecd2fb115e0f Mon Sep 17 00:00:00 2001 From: qicosmos Date: Mon, 10 Jul 2023 11:45:47 +0800 Subject: [PATCH] revert some --- benchmark/xml_benchmark.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/xml_benchmark.cpp b/benchmark/xml_benchmark.cpp index 9baf26cf..7e5260e5 100644 --- a/benchmark/xml_benchmark.cpp +++ b/benchmark/xml_benchmark.cpp @@ -125,7 +125,7 @@ void bench_num() { } int main() { - // bench_de_sample_filelists(); - // bench_de_sample_rss(); + bench_de_sample_filelists(); + bench_de_sample_rss(); bench_num(); }