mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Fix warning in json.rs benchmark.
This commit is contained in:
parent
ec5baaf866
commit
234697bc29
@ -105,7 +105,7 @@ pub fn criterion_benchmark(c: &mut Criterion) {
|
||||
|
||||
let binding = setup_dummy_interface("qt");
|
||||
let interface = binding.as_str();
|
||||
let interface = "eth1";
|
||||
//let interface = "eth1";
|
||||
|
||||
const QUEUE_COUNTS: [u32; 1] = [5000];
|
||||
for queue_count in QUEUE_COUNTS.iter() {
|
||||
|
Loading…
Reference in New Issue
Block a user