Skip to content

Commit

Permalink
bench: current release
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 7, 2025
1 parent f30f82e commit 4a8360e
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-az915-598",
"processor": "x86_64",
"machine": "x86_64",
"python_compiler": "GCC 11.4.0",
"python_implementation": "CPython",
"python_implementation_version": "3.11.11",
"python_version": "3.11.11",
"python_build": [
"main",
"Dec 4 2024 12:58:02"
],
"release": "6.5.0-1025-azure",
"system": "Linux",
"cpu": {
"python_version": "3.11.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": "x86_64",
"vendor_id_raw": "AuthenticAMD",
"brand_raw": "AMD EPYC 7763 64-Core Processor",
"hz_advertised_friendly": "3.2435 GHz",
"hz_actual_friendly": "3.2435 GHz",
"hz_advertised": [
3243548000,
0
],
"hz_actual": [
3243548000,
0
],
"stepping": 1,
"model": 1,
"family": 25,
"flags": [
"3dnowext",
"3dnowprefetch",
"abm",
"adx",
"aes",
"aperfmperf",
"apic",
"arat",
"avx",
"avx2",
"bmi1",
"bmi2",
"clflush",
"clflushopt",
"clwb",
"clzero",
"cmov",
"cmp_legacy",
"constant_tsc",
"cpuid",
"cr8_legacy",
"cx16",
"cx8",
"de",
"decodeassists",
"erms",
"extd_apicid",
"f16c",
"flushbyasid",
"fma",
"fpu",
"fsgsbase",
"fsrm",
"fxsr",
"fxsr_opt",
"ht",
"hypervisor",
"invpcid",
"invpcid_single",
"lahf_lm",
"lm",
"mca",
"mce",
"misalignsse",
"mmx",
"mmxext",
"movbe",
"msr",
"mtrr",
"nonstop_tsc",
"nopl",
"npt",
"nrip_save",
"nx",
"osvw",
"osxsave",
"pae",
"pat",
"pausefilter",
"pcid",
"pclmulqdq",
"pdpe1gb",
"pfthreshold",
"pge",
"pni",
"popcnt",
"pse",
"pse36",
"rdpid",
"rdpru",
"rdrand",
"rdrnd",
"rdseed",
"rdtscp",
"rep_good",
"sep",
"sha",
"sha_ni",
"smap",
"smep",
"sse",
"sse2",
"sse4_1",
"sse4_2",
"sse4a",
"ssse3",
"svm",
"syscall",
"topoext",
"tsc",
"tsc_reliable",
"tsc_scale",
"umip",
"v_vmsave_vmload",
"vaes",
"vmcb_clean",
"vme",
"vmmcall",
"vpclmulqdq",
"xgetbv1",
"xsave",
"xsavec",
"xsaveerptr",
"xsaveopt",
"xsaves"
],
"l3_cache_size": 524288,
"l2_cache_size": 1048576,
"l1_data_cache_size": 65536,
"l1_instruction_cache_size": 65536,
"l2_cache_line_size": 512,
"l2_cache_associativity": 6
}
},
"commit_info": {
"id": "f30f82eaec7f22eb6ea9632bab8703b28c133ea5",
"time": "2025-01-07T14:00:31+01:00",
"author_time": "2025-01-07T14:00:31+01:00",
"dirty": false,
"project": "django-streams",
"branch": "main"
},
"benchmarks": [
{
"group": null,
"name": "test_sync_send",
"fullname": "tests/test_benchmarks.py::test_sync_send",
"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.001063158000022213,
"max": 0.023635052999964046,
"mean": 0.0012761995512467143,
"stddev": 0.0011915731105445904,
"rounds": 361,
"median": 0.0011602899999729743,
"iqr": 0.000191470999979515,
"q1": 0.0010941035000371357,
"q3": 0.0012855745000166507,
"iqr_outliers": 17,
"stddev_outliers": 2,
"outliers": "2;17",
"ld15iqr": 0.001063158000022213,
"hd15iqr": 0.0015915470000322784,
"ops": 783.5765174992453,
"total": 0.4607080380000639,
"iterations": 1
}
}
],
"datetime": "2025-01-07T13:01:13.870053+00:00",
"version": "5.1.0"
}

0 comments on commit 4a8360e

Please sign in to comment.