Skip to content

Commit

Permalink
Merge branches 'issues' and 'issues' of https://github.com/EasyScienc…
Browse files Browse the repository at this point in the history
…e/PyCrysFML into issues
  • Loading branch information
AndrewSazonov committed Jul 26, 2024
2 parents bbc9d31 + c57439c commit 2657102
Show file tree
Hide file tree
Showing 12 changed files with 2,334 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,205 @@
{
"machine_info": {
"node": "fv-az1564-454",
"processor": "AMD64 Family 25 Model 1 Stepping 1, AuthenticAMD",
"machine": "AMD64",
"python_compiler": "MSC v.1929 64 bit (AMD64)",
"python_implementation": "CPython",
"python_implementation_version": "3.10.11",
"python_version": "3.10.11",
"python_build": [
"tags/v3.10.11:7d4cc5a",
"Apr 5 2023 00:38:17"
],
"release": "10",
"system": "Windows",
"cpu": {
"python_version": "3.10.11.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.04324270000006436,
"max": 0.04480850000004466,
"mean": 0.04405015833332963,
"stddev": 0.00039391246202566665,
"rounds": 24,
"median": 0.04407239999994772,
"iqr": 0.00038229999995564867,
"q1": 0.04387995000001865,
"q3": 0.0442622499999743,
"iqr_outliers": 2,
"stddev_outliers": 7,
"outliers": "7;2",
"ld15iqr": 0.0435015000000476,
"hd15iqr": 0.04480850000004466,
"ops": 22.701393998018187,
"total": 1.057203799999911,
"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.061186300000031224,
"max": 0.06528079999998226,
"mean": 0.06424953125000599,
"stddev": 0.0009098371222052426,
"rounds": 16,
"median": 0.06430285000004687,
"iqr": 0.00046355000000630753,
"q1": 0.06412554999997155,
"q3": 0.06458909999997786,
"iqr_outliers": 1,
"stddev_outliers": 3,
"outliers": "3;1",
"ld15iqr": 0.06396970000002966,
"hd15iqr": 0.06528079999998226,
"ops": 15.564315887517184,
"total": 1.0279925000000958,
"iterations": 1
}
}
],
"datetime": "2024-07-26T21:14:56.903800",
"version": "4.0.0"
}
Loading

0 comments on commit 2657102

Please sign in to comment.