Commit 26b376b
committed
fix(benchmark): delete unneccessary, confusing code in loop
p.diags() is uninteresting inside the benchmark loop as p isn't touched
in the loop. Rather, diags is the relevant variable. However, diags and
its allocator (memory) are created and destroyed inside the benchmark
loop, so explicit clearing (diags.clear()) is unnecessary
Delete the clearing of p.diags().1 parent d0b6a6b commit 26b376b
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
| |||
0 commit comments