Skip to content

Commit 8c37f47

Browse files
authored
Fix internal benchmark (#188)
1 parent 325d3ed commit 8c37f47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/7-InternalBenchamrk.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ int main()
3131
static constexpr std::array<std::string_view, 4> backends = {
3232
"no-op://",
3333
"influxdb-udp://localhost:1234",
34-
"stdout://"};
34+
"stdout://",
35+
"influxdb-stdout://"};
3536
std::cout << "| " << std::setw(30) << "Backend"
3637
<< " |"
3738
<< std::setw(10) << "no tags"

0 commit comments

Comments
 (0)