Skip to content

Commit 4d68c4f

Browse files
committed
Move native-tls-0.1.5 within tokio-webpush-simple/.
This overwrites the symlink within `tokio-webpush-simple/` that pointed down one directory.
1 parent 1757630 commit 4d68c4f

File tree

12 files changed

+0
-3
lines changed

12 files changed

+0
-3
lines changed

collector/benchmarks/tokio-webpush-simple/native-tls-0.1.5

Lines changed: 0 additions & 1 deletion
This file was deleted.

collector/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,6 @@ fn get_benchmarks(
320320
if path.ends_with(".git")
321321
|| path.ends_with("scripts")
322322
|| !entry.file_type()?.is_dir()
323-
|| path.ends_with("native-tls-0.1.5")
324-
|| path.ends_with("native-tls-0.2.3")
325323
|| path.ends_with("rust-mozjs")
326324
{
327325
debug!("benchmark {} - ignored", name);

0 commit comments

Comments
 (0)