From 3c09110ef08529baf03c2db35945e2b148f62bcf Mon Sep 17 00:00:00 2001 From: Dmitry Pankov Date: Mon, 5 Aug 2024 17:01:05 +0300 Subject: [PATCH] Apple M3 Pro results --- results/m3pro/d.pankov/clang-17/coro-fibs.csv | 3 +++ results/m3pro/d.pankov/clang-17/exc_partition.csv | 3 +++ results/m3pro/d.pankov/clang-17/exc_qsort.csv | 3 +++ results/m3pro/d.pankov/clang-17/exc_ret.csv | 3 +++ results/m3pro/d.pankov/clang-17/exc_ret_noexc.csv | 3 +++ results/m3pro/d.pankov/clang-17/extswap.csv | 3 +++ results/m3pro/d.pankov/clang-17/filter.csv | 4 ++++ results/m3pro/d.pankov/clang-17/projector.csv | 3 +++ results/m3pro/d.pankov/clang-17/virtinl.csv | 3 +++ results/m3pro/d.pankov/clang-17/virtual-shuffle.csv | 3 +++ results/m3pro/d.pankov/clang-17/virtual.csv | 3 +++ 11 files changed, 34 insertions(+) create mode 100644 results/m3pro/d.pankov/clang-17/coro-fibs.csv create mode 100644 results/m3pro/d.pankov/clang-17/exc_partition.csv create mode 100644 results/m3pro/d.pankov/clang-17/exc_qsort.csv create mode 100644 results/m3pro/d.pankov/clang-17/exc_ret.csv create mode 100644 results/m3pro/d.pankov/clang-17/exc_ret_noexc.csv create mode 100644 results/m3pro/d.pankov/clang-17/extswap.csv create mode 100644 results/m3pro/d.pankov/clang-17/filter.csv create mode 100644 results/m3pro/d.pankov/clang-17/projector.csv create mode 100644 results/m3pro/d.pankov/clang-17/virtinl.csv create mode 100644 results/m3pro/d.pankov/clang-17/virtual-shuffle.csv create mode 100644 results/m3pro/d.pankov/clang-17/virtual.csv diff --git a/results/m3pro/d.pankov/clang-17/coro-fibs.csv b/results/m3pro/d.pankov/clang-17/coro-fibs.csv new file mode 100644 index 0000000..c9cdc43 --- /dev/null +++ b/results/m3pro/d.pankov/clang-17/coro-fibs.csv @@ -0,0 +1,3 @@ +name,avg_time,min_time,max_time,total_time,total_operations,total_items,total_bytes,operations_per_second,items_per_second,bytes_per_second +"sumfib_coro",183472,4830093625,4999209750,4830093625,26326,0,0,5450,0,0 +"sumfib",183543,4991283125,4991933958,4991283125,27194,0,0,5448,0,0 diff --git a/results/m3pro/d.pankov/clang-17/exc_partition.csv b/results/m3pro/d.pankov/clang-17/exc_partition.csv new file mode 100644 index 0000000..f206298 --- /dev/null +++ b/results/m3pro/d.pankov/clang-17/exc_partition.csv @@ -0,0 +1,3 @@ +name,avg_time,min_time,max_time,total_time,total_operations,total_items,total_bytes,operations_per_second,items_per_second,bytes_per_second +"excpart",2164,4869313208,5072777667,4869313208,2249858,0,0,462048,0,0 +"nexcpart",2173,4962663834,5014795500,4962663834,2283692,0,0,460174,0,0 diff --git a/results/m3pro/d.pankov/clang-17/exc_qsort.csv b/results/m3pro/d.pankov/clang-17/exc_qsort.csv new file mode 100644 index 0000000..5052524 --- /dev/null +++ b/results/m3pro/d.pankov/clang-17/exc_qsort.csv @@ -0,0 +1,3 @@ +name,avg_time,min_time,max_time,total_time,total_operations,total_items,total_bytes,operations_per_second,items_per_second,bytes_per_second +"excqsort",4158,4860177833,5003343459,4860177833,1168789,0,0,240482,0,0 +"nexcqsort",4156,4998480875,5039864333,4998480875,1202521,0,0,240577,0,0 diff --git a/results/m3pro/d.pankov/clang-17/exc_ret.csv b/results/m3pro/d.pankov/clang-17/exc_ret.csv new file mode 100644 index 0000000..6c2dd54 --- /dev/null +++ b/results/m3pro/d.pankov/clang-17/exc_ret.csv @@ -0,0 +1,3 @@ +name,avg_time,min_time,max_time,total_time,total_operations,total_items,total_bytes,operations_per_second,items_per_second,bytes_per_second +"exception",3224482,4827049750,4998539708,4827049750,1497,0,0,310,0,0 +"retcodes",38219,4991717625,5011317458,4991717625,130605,0,0,26164,0,0 diff --git a/results/m3pro/d.pankov/clang-17/exc_ret_noexc.csv b/results/m3pro/d.pankov/clang-17/exc_ret_noexc.csv new file mode 100644 index 0000000..fe8120e --- /dev/null +++ b/results/m3pro/d.pankov/clang-17/exc_ret_noexc.csv @@ -0,0 +1,3 @@ +name,avg_time,min_time,max_time,total_time,total_operations,total_items,total_bytes,operations_per_second,items_per_second,bytes_per_second +"exception",38165,4836277000,5004201166,4836277000,126719,0,0,26201,0,0 +"retcodes",38194,4987425000,5006618042,4987425000,130581,0,0,26182,0,0 diff --git a/results/m3pro/d.pankov/clang-17/extswap.csv b/results/m3pro/d.pankov/clang-17/extswap.csv new file mode 100644 index 0000000..6a03108 --- /dev/null +++ b/results/m3pro/d.pankov/clang-17/extswap.csv @@ -0,0 +1,3 @@ +name,avg_time,min_time,max_time,total_time,total_operations,total_items,total_bytes,operations_per_second,items_per_second,bytes_per_second +"extswap",6398,4878269041,5018882042,4878269041,762395,0,0,156283,0,0 +"intswap",2708,4986970167,4992298583,4986970167,1841044,0,0,369170,0,0 diff --git a/results/m3pro/d.pankov/clang-17/filter.csv b/results/m3pro/d.pankov/clang-17/filter.csv new file mode 100644 index 0000000..2866c2a --- /dev/null +++ b/results/m3pro/d.pankov/clang-17/filter.csv @@ -0,0 +1,4 @@ +name,avg_time,min_time,max_time,total_time,total_operations,total_items,total_bytes,operations_per_second,items_per_second,bytes_per_second +"naive",2111,4821948875,4989367917,4821948875,2283473,0,0,473558,0,0 +"planar",2132,4994284792,5001839792,4994284792,2342167,0,0,468969,0,0 +"modern",2110,4977702834,4991596792,4977702834,2358871,0,0,473887,0,0 diff --git a/results/m3pro/d.pankov/clang-17/projector.csv b/results/m3pro/d.pankov/clang-17/projector.csv new file mode 100644 index 0000000..6ab273e --- /dev/null +++ b/results/m3pro/d.pankov/clang-17/projector.csv @@ -0,0 +1,3 @@ +name,avg_time,min_time,max_time,total_time,total_operations,total_items,total_bytes,operations_per_second,items_per_second,bytes_per_second +"TransformComparator",7600,4892704375,5001220166,4892704375,643693,0,0,131561,0,0 +"TransformProjector",7510,4999453334,5001740917,4999453334,665701,0,0,133154,0,0 diff --git a/results/m3pro/d.pankov/clang-17/virtinl.csv b/results/m3pro/d.pankov/clang-17/virtinl.csv new file mode 100644 index 0000000..89e694e --- /dev/null +++ b/results/m3pro/d.pankov/clang-17/virtinl.csv @@ -0,0 +1,3 @@ +name,avg_time,min_time,max_time,total_time,total_operations,total_items,total_bytes,operations_per_second,items_per_second,bytes_per_second +"nvirtualcall",6179,4857493000,5004394125,4857493000,786089,0,0,161830,0,0 +"virtualcall",10300,4868851542,5000009708,4868851542,472664,0,0,97079,0,0 diff --git a/results/m3pro/d.pankov/clang-17/virtual-shuffle.csv b/results/m3pro/d.pankov/clang-17/virtual-shuffle.csv new file mode 100644 index 0000000..6c053bd --- /dev/null +++ b/results/m3pro/d.pankov/clang-17/virtual-shuffle.csv @@ -0,0 +1,3 @@ +name,avg_time,min_time,max_time,total_time,total_operations,total_items,total_bytes,operations_per_second,items_per_second,bytes_per_second +"nvirtualcall",1217882,4897106917,5005623958,4897106917,4021,0,0,821,0,0 +"virtualcall",1224463,4998261292,5002185583,4998261292,4082,0,0,816,0,0 diff --git a/results/m3pro/d.pankov/clang-17/virtual.csv b/results/m3pro/d.pankov/clang-17/virtual.csv new file mode 100644 index 0000000..cbe7316 --- /dev/null +++ b/results/m3pro/d.pankov/clang-17/virtual.csv @@ -0,0 +1,3 @@ +name,avg_time,min_time,max_time,total_time,total_operations,total_items,total_bytes,operations_per_second,items_per_second,bytes_per_second +"nvirtualcall",22047,4821592542,5031349167,4821592542,218687,0,0,45355,0,0 +"virtualcall",23144,4891024375,5096500084,4891024375,211323,0,0,43206,0,0