Skip to content

Commit 422d630

Browse files
bertayegithub-actions[bot]
authored andcommitted
Update benchmark results from GitHub Actions (Windows)
1 parent 74bd0a7 commit 422d630

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

26.6 KB
Loading
8.46 KB
Loading

benchmark_results_windows_msvc/summary_report.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,143 +4,143 @@
44

55
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
66
|---------|---------------|----------------|------------|
7-
| 100000 | 0.107 | 0.435 | 4.07x |
7+
| 100000 | 0.080 | 0.548 | 6.85x |
88

99
#### float256 Subtraction
1010

1111
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
1212
|---------|---------------|----------------|------------|
13-
| 100000 | 0.077 | 0.626 | 8.13x |
13+
| 100000 | 0.082 | 0.505 | 6.16x |
1414

1515
#### float256 Multiplication
1616

1717
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
1818
|---------|---------------|----------------|------------|
19-
| 100000 | 0.155 | 0.497 | 3.21x |
19+
| 100000 | 0.082 | 0.743 | 9.06x |
2020

2121
#### float256 Division
2222

2323
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
2424
|---------|---------------|----------------|------------|
25-
| 100000 | 0.141 | 0.783 | 5.55x |
25+
| 100000 | 0.104 | 0.788 | 7.58x |
2626

2727
#### double256 Addition
2828

2929
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
3030
|---------|---------------|----------------|------------|
31-
| 100000 | 0.077 | 0.255 | 3.31x |
31+
| 100000 | 0.081 | 0.257 | 3.17x |
3232

3333
#### double256 Subtraction
3434

3535
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
3636
|---------|---------------|----------------|------------|
37-
| 100000 | 0.073 | 0.247 | 3.38x |
37+
| 100000 | 0.084 | 0.279 | 3.32x |
3838

3939
#### double256 Multiplication
4040

4141
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
4242
|---------|---------------|----------------|------------|
43-
| 100000 | 0.090 | 0.338 | 3.76x |
43+
| 100000 | 0.087 | 0.362 | 4.16x |
4444

4545
#### double256 Division
4646

4747
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
4848
|---------|---------------|----------------|------------|
49-
| 100000 | 0.120 | 0.471 | 3.92x |
49+
| 100000 | 0.142 | 0.561 | 3.95x |
5050

5151
#### int128_with_int32 t_Addition
5252

5353
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
5454
|---------|---------------|----------------|------------|
55-
| 1000000 | 1.940 | 3.500 | 1.80x |
55+
| 1000000 | 0.997 | 2.550 | 2.56x |
5656

5757
#### int128_with_int32 t_Subtraction
5858

5959
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
6060
|---------|---------------|----------------|------------|
61-
| 1000000 | 2.270 | 2.970 | 1.31x |
61+
| 1000000 | 0.995 | 2.570 | 2.58x |
6262

6363
#### int128_with_int32 t_Multiplication
6464

6565
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
6666
|---------|---------------|----------------|------------|
67-
| 100000 | 0.075 | 0.272 | 3.63x |
67+
| 100000 | 0.075 | 0.253 | 3.37x |
6868

6969
#### int128_with_int16 t_Addition
7070

7171
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
7272
|---------|---------------|----------------|------------|
73-
| 100000 | 0.071 | 0.452 | 6.37x |
73+
| 100000 | 0.076 | 0.509 | 6.70x |
7474

7575
#### int128_with_int16 t_Subtraction
7676

7777
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
7878
|---------|---------------|----------------|------------|
79-
| 100000 | 0.072 | 0.470 | 6.53x |
79+
| 100000 | 0.076 | 0.509 | 6.70x |
8080

8181
#### int128_with_int16 t_Multiplication
8282

8383
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
8484
|---------|---------------|----------------|------------|
85-
| 100000 | 0.072 | 0.616 | 8.56x |
85+
| 100000 | 0.076 | 0.680 | 8.95x |
8686

8787
#### int128_with_int8 t_Addition
8888

8989
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
9090
|---------|---------------|----------------|------------|
91-
| 100000 | 0.058 | 0.922 | 15.90x |
91+
| 100000 | 0.060 | 1.110 | 18.50x |
9292

9393
#### int128_with_int8 t_Subtraction
9494

9595
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
9696
|---------|---------------|----------------|------------|
97-
| 100000 | 0.060 | 0.974 | 16.23x |
97+
| 100000 | 0.060 | 1.100 | 18.33x |
9898

9999
#### int256_with_int32 t_Addition
100100

101101
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
102102
|---------|---------------|----------------|------------|
103-
| 100000 | 0.087 | 0.457 | 5.25x |
103+
| 100000 | 0.087 | 0.510 | 5.86x |
104104

105105
#### int256_with_int32 t_Subtraction
106106

107107
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
108108
|---------|---------------|----------------|------------|
109-
| 100000 | 0.088 | 0.509 | 5.78x |
109+
| 100000 | 0.088 | 0.503 | 5.72x |
110110

111111
#### int256_with_int32 t_Multiplication
112112

113113
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
114114
|---------|---------------|----------------|------------|
115-
| 100000 | 0.089 | 0.511 | 5.74x |
115+
| 100000 | 0.088 | 0.572 | 6.50x |
116116

117117
#### int256_with_int16 t_Addition
118118

119119
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
120120
|---------|---------------|----------------|------------|
121-
| 100000 | 0.091 | 1.020 | 11.21x |
121+
| 100000 | 0.091 | 1.030 | 11.32x |
122122

123123
#### int256_with_int16 t_Subtraction
124124

125125
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
126126
|---------|---------------|----------------|------------|
127-
| 100000 | 0.090 | 0.896 | 9.96x |
127+
| 100000 | 0.092 | 1.030 | 11.20x |
128128

129129
#### int256_with_int16 t_Multiplication
130130

131131
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
132132
|---------|---------------|----------------|------------|
133-
| 100000 | 0.101 | 1.270 | 12.57x |
133+
| 100000 | 0.089 | 1.390 | 15.62x |
134134

135135
#### int256_with_int8 t_Addition
136136

137137
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
138138
|---------|---------------|----------------|------------|
139-
| 100000 | 0.078 | 1.950 | 25.00x |
139+
| 100000 | 0.083 | 2.160 | 26.02x |
140140

141141
#### int256_with_int8 t_Subtraction
142142

143143
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
144144
|---------|---------------|----------------|------------|
145-
| 100000 | 0.079 | 1.900 | 24.05x |
145+
| 100000 | 0.081 | 2.160 | 26.67x |
146146

0 commit comments

Comments
 (0)