Use bigger rss feeds for benchmarking.

This commit is contained in:
Jordan Petridis
2017-11-14 14:49:43 +02:00
parent edd694e7d6
commit 58e11f17b7
6 changed files with 52506 additions and 7 deletions
+11 -7
View File
@@ -49,20 +49,24 @@ fn bench_index_test_files(b: &mut Bencher) {
// vec of (path, url) tuples.
let urls = vec![
(
"tests/feeds/Intercepted.xml",
"https://feeds.feedburner.com/InterceptedWithJeremyScahill",
"benches/feeds/pcpermp3.xml",
"https://www.pcper.com/rss/podcasts-mp3.rss",
),
(
"tests/feeds/LinuxUnplugged.xml",
"benches/feeds/linuxunplugged.xml",
"http://feeds.feedburner.com/linuxunplugged",
),
(
"tests/feeds/TheBreakthrough.xml",
"http://feeds.feedburner.com/propublica/podcast",
"benches/feeds/coderradiomp3.xml",
"https://feeds.feedburner.com/coderradiomp3",
),
(
"tests/feeds/R4Explanation.xml",
"https://request-for-explanation.github.io/podcast/rss.xml",
"benches/feeds/techsnapmp3.xml",
"https://feeds.feedburner.com/techsnapmp3",
),
(
"benches/feeds/TheLinuxActionShow.xml",
"https://feeds2.feedburner.com/TheLinuxActionShow",
),
];
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff