threadshare: Rename udpsrc_benchmark.rs to benchmark.rs.

This commit is contained in:
LEE Dongjun 2018-07-06 16:35:16 +09:00 committed by Sebastian Dröge
parent 6827b9509e
commit 20149c7293
2 changed files with 2 additions and 2 deletions

View file

@ -35,8 +35,8 @@ debug = true
panic = 'unwind'
[[example]]
name = "udpsrc-benchmark"
path = "examples/udpsrc_benchmark.rs"
name = "benchmark"
path = "examples/benchmark.rs"
[[example]]
name = "udpsrc-benchmark-sender"