Merge pull request #195 from influxdata/alamb/fixture-consolidation
refactor: move benchmark test data to tests/fixturespull/24376/head
commit
430d6f5fe8
|
@ -1,7 +1,7 @@
|
|||
use criterion::{criterion_group, criterion_main, Criterion, Throughput};
|
||||
use std::time::Duration;
|
||||
|
||||
static LINES: &str = include_str!("line-protocol.txt");
|
||||
static LINES: &str = include_str!("../tests/fixtures/lineproto/prometheus.lp");
|
||||
|
||||
fn line_parser(c: &mut Criterion) {
|
||||
let mut group = c.benchmark_group("line_parser");
|
||||
|
|
Loading…
Reference in New Issue