Skip to content

Commit

Permalink
Auto push pyCFML benchmarks : release-build-and-test : windows-2022 :…
Browse files Browse the repository at this point in the history
… 3.11
  • Loading branch information
AndrewSazonov committed Jul 26, 2024
1 parent d64cbc9 commit c57439c
Showing 1 changed file with 205 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,205 @@
{
"machine_info": {
"node": "fv-az1760-658",
"processor": "AMD64 Family 25 Model 1 Stepping 1, AuthenticAMD",
"machine": "AMD64",
"python_compiler": "MSC v.1938 64 bit (AMD64)",
"python_implementation": "CPython",
"python_implementation_version": "3.11.9",
"python_version": "3.11.9",
"python_build": [
"tags/v3.11.9:de54cf5",
"Apr 2 2024 10:12:12"
],
"release": "10",
"system": "Windows",
"cpu": {
"python_version": "3.11.9.final.0 (64 bit)",
"cpuinfo_version": [
9,
0,
0
],
"cpuinfo_version_string": "9.0.0",
"arch": "X86_64",
"bits": 64,
"count": 4,
"arch_string_raw": "AMD64",
"vendor_id_raw": "AuthenticAMD",
"brand_raw": "AMD EPYC 7763 64-Core Processor",
"hz_actual_friendly": "2.4450 GHz",
"hz_actual": [
2445000000,
0
],
"stepping": 1,
"model": 1,
"family": 25,
"hz_advertised_friendly": "2.4450 GHz",
"hz_advertised": [
2445000000,
0
],
"flags": [
"3dnow",
"3dnowext",
"3dnowprefetch",
"abm",
"adx",
"aes",
"apic",
"avx",
"avx2",
"bmi1",
"bmi2",
"clflush",
"clflushopt",
"clwb",
"cmov",
"cmp_legacy",
"cr8_legacy",
"cx16",
"cx8",
"de",
"dts",
"erms",
"f16c",
"fma",
"fpu",
"fxsr",
"ht",
"hypervisor",
"ia64",
"invpcid",
"lahf_lm",
"mca",
"mce",
"misalignsse",
"mmx",
"movbe",
"msr",
"mtrr",
"osvw",
"osxsave",
"pae",
"pat",
"pcid",
"pclmulqdq",
"pge",
"pni",
"popcnt",
"pse",
"pse36",
"rdpid",
"rdrnd",
"rdseed",
"sep",
"sepamd",
"serial",
"sha",
"smap",
"smep",
"ss",
"sse",
"sse2",
"sse4_1",
"sse4_2",
"sse4a",
"ssse3",
"tm",
"topoext",
"tsc",
"umip",
"vaes",
"vme",
"vpclmulqdq",
"xsave"
],
"l2_cache_size": 65536,
"l2_cache_line_size": 512,
"l2_cache_associativity": 6
}
},
"commit_info": {
"id": "d63cd10d86c6432267adabdb40c01745b4693b82",
"time": "2024-07-26T23:05:06+02:00",
"author_time": "2024-07-26T23:04:19+02:00",
"dirty": false,
"project": "PyCrysFML",
"branch": "issues"
},
"benchmarks": [
{
"group": null,
"name": "test__compute_pattern__SrTiO3_Pm3m",
"fullname": "tests/functional_tests/pyCFML/cfml_utilities/powder_pattern_from_json/test__powder_pattern_from_json.py::test__compute_pattern__SrTiO3_Pm3m",
"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": 100000
},
"stats": {
"min": 0.04187879999994948,
"max": 0.04689849999999751,
"mean": 0.04470152173912143,
"stddev": 0.0010466521619772386,
"rounds": 23,
"median": 0.04463420000001861,
"iqr": 0.0007444500000133303,
"q1": 0.044227274999997235,
"q3": 0.044971725000010565,
"iqr_outliers": 3,
"stddev_outliers": 6,
"outliers": "6;3",
"ld15iqr": 0.04353989999992791,
"hd15iqr": 0.04676519999998163,
"ops": 22.370603082284557,
"total": 1.0281349999997929,
"iterations": 1
}
},
{
"group": null,
"name": "test__compute_pattern__SrTiO3_Pnma",
"fullname": "tests/functional_tests/pyCFML/cfml_utilities/powder_pattern_from_json/test__powder_pattern_from_json.py::test__compute_pattern__SrTiO3_Pnma",
"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": 100000
},
"stats": {
"min": 0.06418589999998403,
"max": 0.06703270000002703,
"mean": 0.06588072352942351,
"stddev": 0.0006284125391906612,
"rounds": 17,
"median": 0.06587910000007469,
"iqr": 0.0006327999999768963,
"q1": 0.06556419999998297,
"q3": 0.06619699999995987,
"iqr_outliers": 1,
"stddev_outliers": 3,
"outliers": "3;1",
"ld15iqr": 0.06529499999999189,
"hd15iqr": 0.06703270000002703,
"ops": 15.178946836450304,
"total": 1.1199723000001995,
"iterations": 1
}
}
],
"datetime": "2024-07-26T21:15:06.339051",
"version": "4.0.0"
}

0 comments on commit c57439c

Please sign in to comment.