Browse Source

ignore measure bench for tests

master
Jonathan Strong 5 years ago
parent
commit
7a75c7b494
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/influx.rs

+ 1
- 0
src/influx.rs View File

@@ -1113,6 +1113,7 @@ mod tests {
use super::*;
use test::{black_box, Bencher};

#[ignore]
#[bench]
fn write_one_million_rows_to_influx(b: &mut Bencher) {
let influx = InfluxWriter::new("localhost", "test", "log/influx.log", 8192);


Loading…
Cancel
Save