Skip to content

Commit

Permalink
Update test_template.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail <m.alpinskiy@vk.team>
  • Loading branch information
alpinskiy committed Jul 23, 2024
1 parent 9291439 commit 94103f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_template.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::{thread, time};

fn main() {
let mut t = Transport::default();
let mut t = statshouse::Transport::default();
let mut i = 0;
while i<{{.NumberOfIterations}} {
{{- range $v := .Metrics }}
Expand Down

0 comments on commit 94103f0

Please sign in to comment.