Total system RAM in GiB from `/proc/meminfo` (Linux); `None` if unreadable.
()
| 1956 | } else { |
| 1957 | ix_bench::Status::Ok |
| 1958 | }; |
| 1959 | eprintln!( |
| 1960 | "[rs_kernel_check_anon_consts] {name}: {}/{total} passed ({secs:.3}s)", |
| 1961 | total - failed, |
| 1962 | ); |
| 1963 | if let Err(e) = ix_bench::write_row( |
| 1964 | &json_file, |
| 1965 | name, |
| 1966 | status, |
no test coverage detected