File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212namespace SveBenchmarks
1313{
14- [ BenchmarkCategory ( Categories . Sve ) ]
14+ [ BenchmarkCategory ( Categories . Runtime , Categories . Sve ) ]
1515 [ OperatingSystemsArchitectureFilter ( allowed : true , System . Runtime . InteropServices . Architecture . Arm64 ) ]
1616 [ Config ( typeof ( Config ) ) ]
1717 public class AddReduction
Original file line number Diff line number Diff line change 1111
1212namespace SveBenchmarks
1313{
14- [ BenchmarkCategory ( Categories . Sve ) ]
14+ [ BenchmarkCategory ( Categories . Runtime , Categories . Sve ) ]
1515 [ OperatingSystemsArchitectureFilter ( allowed : true , System . Runtime . InteropServices . Architecture . Arm64 ) ]
1616 [ Config ( typeof ( Config ) ) ]
1717 public class Logarithm
Original file line number Diff line number Diff line change 1111
1212namespace SveBenchmarks
1313{
14- [ BenchmarkCategory ( Categories . Sve ) ]
14+ [ BenchmarkCategory ( Categories . Runtime , Categories . Sve ) ]
1515 [ OperatingSystemsArchitectureFilter ( allowed : true , System . Runtime . InteropServices . Architecture . Arm64 ) ]
1616 [ Config ( typeof ( Config ) ) ]
1717 public class MultiplyAdd
Original file line number Diff line number Diff line change 1010
1111namespace SveBenchmarks
1212{
13- [ BenchmarkCategory ( Categories . Sve ) ]
13+ [ BenchmarkCategory ( Categories . Runtime , Categories . Sve ) ]
1414 [ OperatingSystemsArchitectureFilter ( allowed : true , System . Runtime . InteropServices . Architecture . Arm64 ) ]
1515 [ Config ( typeof ( Config ) ) ]
1616 public class Partition
Original file line number Diff line number Diff line change 1111
1212namespace SveBenchmarks
1313{
14- [ BenchmarkCategory ( Categories . Sve ) ]
14+ [ BenchmarkCategory ( Categories . Runtime , Categories . Sve ) ]
1515 [ OperatingSystemsArchitectureFilter ( allowed : true , System . Runtime . InteropServices . Architecture . Arm64 ) ]
1616 [ Config ( typeof ( Config ) ) ]
1717 public class SquareRoot
Original file line number Diff line number Diff line change 1212
1313namespace SveBenchmarks
1414{
15- [ BenchmarkCategory ( Categories . Sve ) ]
15+ [ BenchmarkCategory ( Categories . Runtime , Categories . Sve ) ]
1616 [ OperatingSystemsArchitectureFilter ( allowed : true , System . Runtime . InteropServices . Architecture . Arm64 ) ]
1717 [ Config ( typeof ( Config ) ) ]
1818 public class StrCmp
Original file line number Diff line number Diff line change 1111
1212namespace SveBenchmarks
1313{
14- [ BenchmarkCategory ( Categories . Sve ) ]
14+ [ BenchmarkCategory ( Categories . Runtime , Categories . Sve ) ]
1515 [ OperatingSystemsArchitectureFilter ( allowed : true , System . Runtime . InteropServices . Architecture . Arm64 ) ]
1616 [ Config ( typeof ( Config ) ) ]
1717 public class StrIndexOf
Original file line number Diff line number Diff line change 1010
1111namespace SveBenchmarks
1212{
13- [ BenchmarkCategory ( Categories . Sve ) ]
13+ [ BenchmarkCategory ( Categories . Runtime , Categories . Sve ) ]
1414 [ OperatingSystemsArchitectureFilter ( allowed : true , System . Runtime . InteropServices . Architecture . Arm64 ) ]
1515 [ Config ( typeof ( Config ) ) ]
1616 public class StrLen
You can’t perform that action at this time.
0 commit comments