summary refs log tree commit diff stats
path: root/tests/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* fix #16752: threadvar now works with importcpp types; osx now uses native ↵Timothee Cour2021-01-272-0/+35
| | | | | | | | | | | TLS (`--tlsEmulation:off`), which can be orders of magnitude faster (#16750) * osx now uses native TLS, which can be orders of magnitude faster * add {.cppNonPod.} * improve test * changelog, docs, disable part of windows test
* kick unused benchmarksArne Döring2018-12-112-123/+0
|
* make tests\benchmarks programs compile againAraq2018-10-282-34/+34
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-4/+4
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Added benchmark tool and some benchmarks.dom962012-03-222-0/+123