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
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
7c951410f4
[Gardening] Remove extra Foundation imports
...
Remove the import of Foundation where it is not necessary for testing the ObjC interop.
2019-06-28 16:42:27 +02:00
Pavol Vaskovic
f1fff00230
[benchmark] Radix2CooleyTukey(f) Legacy Factor
2019-02-11 18:03:30 +01:00
Ben Cohen
345879429b
[stdlib] Take several underscored stdlib functions private ( #18134 )
...
* Make _sanityCheck internal
* Make _debugPrecondition internal
* Make Optional._unsafelyUnwrappedUnchecked internal.
* Make _precondition internal
* Switch Foundation _sanityChecks to assertions
* Update file check tests
* Remove one more _debugPrecondition
* Update Optimization-with-check tests
2018-07-24 18:26:19 -07:00
Michael Gottesman
1124a37307
[benchmark] Add two low level Radix2CooleyTukey benchmarks.
2018-06-01 13:15:45 -07:00