Skip to content

Commit 22d2324

Browse files
bertayegithub-actions[bot]
authored andcommitted
Update benchmark results from GitHub Actions (Windows)
1 parent 2d95ad3 commit 22d2324

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

-618 Bytes
Loading

benchmark_results_windows_msvc/summary_report.txt

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

55
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
66
|---------|---------------|----------------|------------|
7-
| 100000 | 0.107 | 0.510 | 4.77x |
7+
| 100000 | 0.081 | 0.507 | 6.26x |
88

99
#### float256 Subtraction
1010

1111
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
1212
|---------|---------------|----------------|------------|
13-
| 100000 | 0.106 | 0.506 | 4.77x |
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.107 | 0.754 | 7.05x |
19+
| 100000 | 0.082 | 0.717 | 8.74x |
2020

2121
#### float256 Division
2222

2323
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
2424
|---------|---------------|----------------|------------|
25-
| 100000 | 0.111 | 0.784 | 7.06x |
25+
| 100000 | 0.104 | 0.806 | 7.75x |
2626

2727
#### double256 Addition
2828

2929
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
3030
|---------|---------------|----------------|------------|
31-
| 100000 | 0.106 | 0.265 | 2.50x |
31+
| 100000 | 0.084 | 0.257 | 3.06x |
3232

3333
#### double256 Subtraction
3434

3535
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
3636
|---------|---------------|----------------|------------|
37-
| 100000 | 0.106 | 0.287 | 2.71x |
37+
| 100000 | 0.081 | 0.278 | 3.43x |
3838

3939
#### double256 Multiplication
4040

4141
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
4242
|---------|---------------|----------------|------------|
43-
| 100000 | 0.108 | 0.366 | 3.39x |
43+
| 100000 | 0.087 | 0.378 | 4.34x |
4444

4545
#### double256 Division
4646

4747
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
4848
|---------|---------------|----------------|------------|
49-
| 100000 | 0.143 | 0.562 | 3.93x |
49+
| 100000 | 0.143 | 0.561 | 3.92x |
5050

5151
#### int128_with_int32 t_Addition
5252

5353
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
5454
|---------|---------------|----------------|------------|
55-
| 1000000 | 0.986 | 2.570 | 2.61x |
55+
| 1000000 | 1.010 | 2.580 | 2.55x |
5656

5757
#### int128_with_int32 t_Subtraction
5858

5959
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
6060
|---------|---------------|----------------|------------|
61-
| 1000000 | 0.960 | 2.560 | 2.67x |
61+
| 1000000 | 1.000 | 2.580 | 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.259 | 3.45x |
67+
| 100000 | 0.075 | 0.254 | 3.39x |
6868

6969
#### int128_with_int16 t_Addition
7070

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

7575
#### int128_with_int16 t_Subtraction
7676

7777
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
7878
|---------|---------------|----------------|------------|
79-
| 100000 | 0.075 | 0.510 | 6.80x |
79+
| 100000 | 0.080 | 0.510 | 6.38x |
8080

8181
#### int128_with_int16 t_Multiplication
8282

8383
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
8484
|---------|---------------|----------------|------------|
85-
| 100000 | 0.077 | 0.680 | 8.83x |
85+
| 100000 | 0.075 | 0.680 | 9.07x |
8686

8787
#### int128_with_int8 t_Addition
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

@@ -100,47 +100,47 @@
100100

101101
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
102102
|---------|---------------|----------------|------------|
103-
| 100000 | 0.109 | 0.511 | 4.69x |
103+
| 100000 | 0.088 | 0.508 | 5.77x |
104104

105105
#### int256_with_int32 t_Subtraction
106106

107107
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
108108
|---------|---------------|----------------|------------|
109-
| 100000 | 0.108 | 0.506 | 4.69x |
109+
| 100000 | 0.089 | 0.505 | 5.67x |
110110

111111
#### int256_with_int32 t_Multiplication
112112

113113
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
114114
|---------|---------------|----------------|------------|
115-
| 100000 | 0.108 | 0.590 | 5.46x |
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.107 | 1.040 | 9.72x |
121+
| 100000 | 0.087 | 1.030 | 11.84x |
122122

123123
#### int256_with_int16 t_Subtraction
124124

125125
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
126126
|---------|---------------|----------------|------------|
127-
| 100000 | 0.107 | 1.040 | 9.72x |
127+
| 100000 | 0.086 | 1.030 | 11.98x |
128128

129129
#### int256_with_int16 t_Multiplication
130130

131131
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
132132
|---------|---------------|----------------|------------|
133-
| 100000 | 0.110 | 1.400 | 12.73x |
133+
| 100000 | 0.088 | 1.410 | 16.02x |
134134

135135
#### int256_with_int8 t_Addition
136136

137137
| Variant | SIMD Time (ms) | Plain Time (ms) | Speedup (x) |
138138
|---------|---------------|----------------|------------|
139-
| 100000 | 0.107 | 2.160 | 20.19x |
139+
| 100000 | 0.085 | 2.160 | 25.41x |
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.082 | 2.160 | 26.34x |
146146

-2.46 KB
Loading

0 commit comments

Comments
 (0)