Skip to content

Commit

Permalink
lib/noise.rb: fix stat name
Browse files Browse the repository at this point in the history
To compare noise properly.

Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Philip Li <philip.li@intel.com>
  • Loading branch information
yhuang-intel authored and rli9 committed Oct 10, 2023
1 parent c57023a commit 6a855a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/noise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def log
printf "%s.min: %d\n", @str, @min
printf "%s.med: %d\n", @str, @med
@noise_levels.each do |level, mc|
printf "%s.noise.%d%%: %d\n", @str, level, mc * @scale / @samples
printf "%s.%d%%.noise: %d\n", @str, level, mc * @scale / @samples
end
end
end

0 comments on commit 6a855a6

Please sign in to comment.