Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodSpeedHQ/codspeed
/ test_format_memory_zero
Function
test_format_memory_zero
src/cli/run/helpers/format_memory.rs:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
74
#[test]
75
fn test_format_memory_zero() {
76
assert_eq!(format_memory(0.0, None),
"0 B"
);
77
}
78
79
#[test]
80
fn test_format_memory_no_trailing_zeros() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected