Max Desiatov
21a2b78801
stdlib/benchmark: add canImport(Musl) where needed ( #67120 )
...
This allows compiling stdlib and benchmarks when targeting musl instead of Glibc.
2023-07-05 19:55:08 +01:00
Karoy Lorentey
758c52bc2a
[benchmark] Don't create array instance in modules with solitary benchmarks
...
It just produces unnecessary code sign churn.
2021-09-16 18:54:14 -07:00
Karoy Lorentey
8944591e71
[benchmark] Simplify benchmark registration
2021-09-15 22:08:08 -07:00
Karoy Lorentey
8910b75cfe
[benchmark] Stop capitalizing function and variable names
2021-09-15 22:08:07 -07:00
Pavol Vaskovic
5190db0acd
[Gardening][benchmark] Import MSVCRT on Windows
...
Import functions from standard C library on Windows.
2019-07-01 16:11:55 +02:00
Pavol Vaskovic
f4de0d6e89
[benchmark] StringMatch Legacy Factor
2018-12-18 20:47:55 +01:00
Chéyo Jiménez
a527e53e17
Renamed DictionaryLiteral to KeyValuePairs ( #16577 )
...
* renamed DictionaryLiteral to KeyValuePairs per SE-0214
* renamed DictionaryLiteral type tests to KeyValuePairs
* [SE-0214] Move changelog entry (Swift 4.2 => 5.0)
* [SE-0214] Update comment in AST/Expr.h
* [SE-0214] Use generic typealias
See also <https://github.com/apple/swift/pull/17711 >
* [SE-0214] Update source-stability.swift.expected
2018-08-27 10:51:12 -07:00
Ben Cohen
3b4eacc3a8
Update benchmarks to Swift 4 ( #14623 )
2018-02-14 17:26:58 -08:00
Max Moiseev
1dd9d61ded
Move all benchmarks to use registerBenchmark and BenchmarkInfo
2017-10-03 18:04:56 -07:00
Max Moiseev
3b607436be
Making benchmarks compile
2017-04-26 16:49:34 -07:00
Maxim Moiseev
1c1b2b966d
[stdlib] String : RangeReplaceableCollection & BidirectionalCollection ( #8921 )
...
* [stdlib] String : RangeReplaceableCollection & BidirectionalCollection
* Add source compatibility hack for Swift.max
* Add source compatibility hack for Swift.min
* Remove redundant conformance in benchmarks
* Fix stupid typo I thought I'd already pushed
* XFAIL testing now-redundant conformance
* XFAIL an IDE test for now
2017-04-23 20:04:54 -07:00
practicalswift
b704f1448b
[gardening] Improve header consistency
2017-04-12 15:13:11 +02:00
Mikio Takeuchi
84e07329d3
Conditionally import Darwin or Glibc
2017-03-13 14:50:07 +09:00
Ben Cohen
f02f31c2df
Add more string benchmarks
2017-03-10 17:20:04 -08:00