aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4023 from Feoramund/simd-indexJeroen van Rijn2024-08-102-0/+117
|\
| * Merge `core:simd/util` into `core:bytes`Feoramund2024-08-102-10/+10
| * Make `simd_util` index procs `contextless` where applicableFeoramund2024-08-091-3/+3
| * Simplify and make `simd_util` cross-platformFeoramund2024-08-091-1/+0
| * Add benchmarks for vectorized `index_*` procsFeoramund2024-08-062-0/+118
* | core/crypto/chacha20: Change API terminology to be consistent with AESYawning Angel2024-08-101-8/+8
* | core/crypto/chacha20poly1305: Change the interface to match GCMYawning Angel2024-08-101-1/+4
|/
* tests/benchmark/crypto: Benchmark AES256-CTRYawning Angel2024-07-161-0/+56
* utilize `odin test -all-packages` instead of (make/bat) scripts for running t...Laytan Laats2024-06-073-27/+4
* Disable `FANCY_OUTPUT` in Odin test scriptsFeoramund2024-06-022-3/+3
* Add missing benchmarks build.bat.Jeroen van Rijn2024-06-021-0/+13
* Factor benchmarks out into tests\benchmark\<pkg>Jeroen van Rijn2024-06-023-0/+588