Skip to content

Commit 06f0587

Browse files
bertayegithub-actions[bot]
authored andcommitted
Update benchmark results from GitHub Actions (Windows)
1 parent 82a5ff6 commit 06f0587

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

-94 Bytes
Loading

benchmark_results_windows_msvc/summary_report.txt

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

55
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
66
|---------|---------------|----------------|------------|
7-
| 100000 | 0.106 | 0.508 | 4.79x |
7+
| 100000 | 0.082 | 0.508 | 6.20x |
88

99
#### float256 Subtraction
1010

1111
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
1212
|---------|---------------|----------------|------------|
13-
| 100000 | 0.105 | 0.506 | 4.82x |
13+
| 100000 | 0.081 | 0.505 | 6.23x |
1414

1515
#### float256 Multiplication
1616

1717
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
1818
|---------|---------------|----------------|------------|
19-
| 100000 | 0.106 | 0.696 | 6.57x |
19+
| 100000 | 0.082 | 0.723 | 8.82x |
2020

2121
#### float256 Division
2222

2323
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
2424
|---------|---------------|----------------|------------|
25-
| 100000 | 0.110 | 0.778 | 7.07x |
25+
| 100000 | 0.105 | 0.780 | 7.43x |
2626

2727
#### double256 Addition
2828

2929
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
3030
|---------|---------------|----------------|------------|
31-
| 100000 | 0.106 | 0.260 | 2.45x |
31+
| 100000 | 0.080 | 0.256 | 3.20x |
3232

3333
#### double256 Subtraction
3434

3535
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
3636
|---------|---------------|----------------|------------|
37-
| 100000 | 0.108 | 0.278 | 2.57x |
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.102 | 0.359 | 3.52x |
43+
| 100000 | 0.086 | 0.371 | 4.31x |
4444

4545
#### double256 Division
4646

4747
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
4848
|---------|---------------|----------------|------------|
49-
| 100000 | 0.143 | 0.563 | 3.94x |
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.050 | 2.590 | 2.47x |
55+
| 1000000 | 1.160 | 2.690 | 2.32x |
5656

5757
#### int128_with_int32 t_Subtraction
5858

5959
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
6060
|---------|---------------|----------------|------------|
61-
| 1000000 | 1.040 | 2.580 | 2.48x |
61+
| 1000000 | 1.080 | 2.600 | 2.41x |
6262

6363
#### int128_with_int32 t_Multiplication
6464

6565
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
6666
|---------|---------------|----------------|------------|
67-
| 100000 | 0.077 | 0.254 | 3.30x |
67+
| 100000 | 0.080 | 0.254 | 3.17x |
6868

6969
#### int128_with_int16 t_Addition
7070

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

7575
#### int128_with_int16 t_Subtraction
7676

7777
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
7878
|---------|---------------|----------------|------------|
79-
| 100000 | 0.076 | 0.509 | 6.70x |
79+
| 100000 | 0.075 | 0.514 | 6.85x |
8080

8181
#### int128_with_int16 t_Multiplication
8282

@@ -88,59 +88,59 @@
8888

8989
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
9090
|---------|---------------|----------------|------------|
91-
| 100000 | 0.061 | 1.100 | 18.03x |
91+
| 100000 | 0.060 | 1.100 | 18.33x |
9292

9393
#### int128_with_int8 t_Subtraction
9494

9595
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
9696
|---------|---------------|----------------|------------|
97-
| 100000 | 0.062 | 1.100 | 17.74x |
97+
| 100000 | 0.061 | 1.110 | 18.20x |
9898

9999
#### int256_with_int32 t_Addition
100100

101101
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
102102
|---------|---------------|----------------|------------|
103-
| 100000 | 0.108 | 0.510 | 4.72x |
103+
| 100000 | 0.087 | 0.515 | 5.92x |
104104

105105
#### int256_with_int32 t_Subtraction
106106

107107
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
108108
|---------|---------------|----------------|------------|
109-
| 100000 | 0.107 | 0.507 | 4.74x |
109+
| 100000 | 0.088 | 0.507 | 5.76x |
110110

111111
#### int256_with_int32 t_Multiplication
112112

113113
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
114114
|---------|---------------|----------------|------------|
115-
| 100000 | 0.108 | 0.573 | 5.31x |
115+
| 100000 | 0.088 | 0.571 | 6.49x |
116116

117117
#### int256_with_int16 t_Addition
118118

119119
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
120120
|---------|---------------|----------------|------------|
121-
| 100000 | 0.106 | 1.030 | 9.72x |
121+
| 100000 | 0.089 | 1.100 | 12.36x |
122122

123123
#### int256_with_int16 t_Subtraction
124124

125125
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
126126
|---------|---------------|----------------|------------|
127-
| 100000 | 0.108 | 1.090 | 10.09x |
127+
| 100000 | 0.090 | 1.040 | 11.56x |
128128

129129
#### int256_with_int16 t_Multiplication
130130

131131
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
132132
|---------|---------------|----------------|------------|
133-
| 100000 | 0.109 | 1.390 | 12.75x |
133+
| 100000 | 0.088 | 1.420 | 16.14x |
134134

135135
#### int256_with_int8 t_Addition
136136

137137
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
138138
|---------|---------------|----------------|------------|
139-
| 100000 | 0.106 | 2.160 | 20.38x |
139+
| 100000 | 0.081 | 2.160 | 26.67x |
140140

141141
#### int256_with_int8 t_Subtraction
142142

143143
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
144144
|---------|---------------|----------------|------------|
145-
| 100000 | 0.106 | 2.160 | 20.38x |
145+
| 100000 | 0.086 | 2.160 | 25.12x |
146146

9.11 KB
Loading

0 commit comments

Comments
 (0)