We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd18858 commit cadf50cCopy full SHA for cadf50c
agent/bench-scripts/postprocess/process-iteration-samples
@@ -245,7 +245,7 @@ foreach $sample (@json_samples) { # samples 0..N
245
if ("$sample_value" ne "$iteration_value") {
246
my $sv = ref($sample_value);
247
my $iv = ref($iteration_value);
248
- if ($sv and ($sv eq $iv)) {
+ if (($sv ne "") and ($sv eq $iv)) {
249
my $sv_s = Dumper($sample_value);
250
my $iv_s = Dumper($iteration_value);
251
if ($sv_s ne $iv_s) {
0 commit comments