From 6f6737f0a0c75bc2af2e865addfc1d5696030afd Mon Sep 17 00:00:00 2001 From: Jakob Fritz Date: Mon, 22 Apr 2024 11:10:02 +0200 Subject: [PATCH] Reverted changelog (to avoid merge-conflicts --- benchmarks.json | 287 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 287 insertions(+) create mode 100644 benchmarks.json diff --git a/benchmarks.json b/benchmarks.json new file mode 100644 index 0000000000..e454d24452 --- /dev/null +++ b/benchmarks.json @@ -0,0 +1,287 @@ +{ + "machine_info": { + "node": "jwc00n001.juwels", + "processor": "x86_64", + "machine": "x86_64", + "python_compiler": "GCC 12.3.0", + "python_implementation": "CPython", + "python_implementation_version": "3.11.3", + "python_version": "3.11.3", + "python_build": [ + "main", + "Jun 25 2023 13:42:15" + ], + "release": "4.18.0-513.11.1.el8_9.x86_64", + "system": "Linux", + "cpu": { + "python_version": "3.11.3.final.0 (64 bit)", + "cpuinfo_version": [ + 9, + 0, + 0 + ], + "cpuinfo_version_string": "9.0.0", + "arch": "X86_64", + "bits": 64, + "count": 96, + "arch_string_raw": "x86_64", + "vendor_id_raw": "GenuineIntel", + "brand_raw": "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", + "hz_advertised_friendly": "2.7000 GHz", + "hz_actual_friendly": "1.3006 GHz", + "hz_advertised": [ + 2700000000, + 0 + ], + "hz_actual": [ + 1300624000, + 0 + ], + "stepping": 4, + "model": 85, + "family": 6, + "flags": [ + "3dnowprefetch", + "abm", + "acpi", + "adx", + "aes", + "aperfmperf", + "apic", + "arat", + "arch_capabilities", + "arch_perfmon", + "art", + "avx", + "avx2", + "avx512bw", + "avx512cd", + "avx512dq", + "avx512f", + "avx512vl", + "bmi1", + "bmi2", + "bts", + "cat_l3", + "cdp_l3", + "clflush", + "clflushopt", + "clwb", + "cmov", + "constant_tsc", + "cpuid", + "cpuid_fault", + "cqm", + "cqm_llc", + "cqm_mbm_local", + "cqm_mbm_total", + "cqm_occup_llc", + "cx16", + "cx8", + "dca", + "de", + "ds_cpl", + "dtes64", + "dtherm", + "dts", + "epb", + "ept", + "ept_ad", + "erms", + "est", + "f16c", + "flexpriority", + "flush_l1d", + "fma", + "fpu", + "fsgsbase", + "fxsr", + "hle", + "ht", + "hwp", + "hwp_act_window", + "hwp_epp", + "hwp_pkg_req", + "ibpb", + "ibrs", + "ida", + "intel_ppin", + "intel_pt", + "invpcid", + "invpcid_single", + "lahf_lm", + "lm", + "mba", + "mca", + "mce", + "md_clear", + "mmx", + "monitor", + "movbe", + "mpx", + "msr", + "mtrr", + "nonstop_tsc", + "nopl", + "nx", + "ospke", + "pae", + "pat", + "pbe", + "pcid", + "pclmulqdq", + "pdcm", + "pdpe1gb", + "pebs", + "pge", + "pku", + "pln", + "pni", + "popcnt", + "pse", + "pse36", + "pti", + "pts", + "rdrand", + "rdseed", + "rdt_a", + "rdtscp", + "rep_good", + "rtm", + "sdbg", + "sep", + "smap", + "smep", + "smx", + "ss", + "ssbd", + "sse", + "sse2", + "sse4_1", + "sse4_2", + "ssse3", + "stibp", + "syscall", + "tm", + "tm2", + "tpr_shadow", + "tsc", + "tsc_adjust", + "tsc_deadline_timer", + "vme", + "vmx", + "vnmi", + "vpid", + "x2apic", + "xgetbv1", + "xsave", + "xsavec", + "xsaveopt", + "xsaves", + "xtopology", + "xtpr" + ], + "l3_cache_size": 34603008, + "l2_cache_size": 50331648, + "l1_data_cache_size": "1.5 MiB", + "l1_instruction_cache_size": "1.5 MiB" + } + }, + "commit_info": { + "id": "unknown", + "time": null, + "author_time": null, + "dirty": false, + "error": "FileNotFoundError(2, 'No such file or directory')", + "project": "pysdc", + "branch": "(unknown)" + }, + "benchmarks": [ + { + "group": null, + "name": "test_B", + "fullname": "pySDC/tests/test_benchmarks/test_PFASST_NumPy.py::test_B", + "params": null, + "param": null, + "extra_info": {}, + "options": { + "disable_gc": false, + "timer": "perf_counter", + "min_rounds": 5, + "max_time": 1.0, + "min_time": 5e-06, + "warmup": false + }, + "stats": { + "min": 3.5722417069482617, + "max": 3.593686190957669, + "mean": 3.583532038377598, + "stddev": 0.00998741952739299, + "rounds": 5, + "median": 3.583564430999104, + "iqr": 0.01910089074226562, + "q1": 3.5742534904857166, + "q3": 3.5933543812279822, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 3.5722417069482617, + "hd15iqr": 3.593686190957669, + "ops": 0.27905429316399755, + "total": 17.91766019188799, + "data": [ + 3.583564430999104, + 3.5932437779847533, + 3.593686190957669, + 3.5749240849982016, + 3.5722417069482617 + ], + "iterations": 1 + } + }, + { + "group": null, + "name": "test_benchmark_collocation", + "fullname": "pySDC/tests/test_benchmarks/test_collocation.py::test_benchmark_collocation", + "params": null, + "param": null, + "extra_info": {}, + "options": { + "disable_gc": false, + "timer": "perf_counter", + "min_rounds": 5, + "max_time": 1.0, + "min_time": 5e-06, + "warmup": false + }, + "stats": { + "min": 0.20590149599593133, + "max": 0.20710445300210267, + "mean": 0.2065775458002463, + "stddev": 0.0004668150522643013, + "rounds": 5, + "median": 0.20648387598339468, + "iqr": 0.0006340257241390646, + "q1": 0.20633294477011077, + "q3": 0.20696697049424984, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 0.20590149599593133, + "hd15iqr": 0.20710445300210267, + "ops": 4.840797174379094, + "total": 1.0328877290012315, + "data": [ + 0.20710445300210267, + 0.20590149599593133, + 0.20692114299163222, + 0.20648387598339468, + 0.20647676102817059 + ], + "iterations": 1 + } + } + ], + "datetime": "2024-02-05T11:45:45.203893", + "version": "4.0.0" +} \ No newline at end of file