This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
influx-writer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ignore measure bench for tests
master
Jonathan Strong
5 years ago
parent
63c9314b5b
commit
7a75c7b494
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save