aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark
Commit message (Expand)AuthorAgeFilesLines
* tests/benchmark: Add RNG benchmarksYawning Angel2025-11-292-0/+131
* -vetJeroen van Rijn2025-05-311-1/+0
* Vectorize `strings.prefix_length`.Jeroen van Rijn2025-05-312-0/+133
* Use `time.Stopwatch` in `core:bytes` benchmarkFeoramund2025-05-291-4/+5
* Add benchmarks for `runtime.memory_*` comparison proceduresFeoramund2025-05-291-0/+227
* Remove `Global` RegEx flag, default to unanchored patternsFeoramund2025-05-241-4/+6
* test/benchmarks/crypto: Improve benchmarksYawning Angel2025-03-237-552/+746
* core:crypto/deoxysii: Initial importYawning Angel2025-03-231-0/+58
* core/crypto/aegis: Initial importYawning Angel2025-03-231-0/+58
* core/crypto/x448: Initial importYawning Angel2025-03-231-0/+21
* fix benchmarks not compiling and make sure it doesn't happen again by checkingLaytan Laats2024-10-021-4/+4
* Merge pull request #3962 from Feoramund/regexgingerBill2024-08-212-0/+259
|\
| * Remove printing facilities for `Regular_Expression`Feoramund2024-07-241-4/+4
| * Add benchmarks for `core:text/regex`Feoramund2024-07-222-0/+259
* | core/bytes: Tweak `index_byte` and `last_index_byte`Yawning Angel2024-08-191-0/+3
* | Improve benchmarks.Jeroen van Rijn2024-08-162-45/+52
* | 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