Felix Schurk
93356b39c3
add initial bulk run from pre-commit over all files
2024-07-29 22:34:51 +02:00
Felix Schurk
85f52e3630
Update performance scripts ( #3532 )
...
* update performance script to work with out-of-source build
* update displayed messages and remove perf.rc file
* remove .gitignore in performance folder
2024-07-04 08:45:42 +02:00
Christian Clauss
b7551cbba6
Fix SyntaxWarning invalid escape sequence in Python code ( #3433 )
2024-05-03 00:22:33 +00:00
Dustin J. Mitchell
18a8bd2997
Use corrosion instead of CMakeRust ( #3273 )
...
* Use corrosion instead of CMakeRust
* use OpenSUSE tumbleweed (latest) to get newer CMake
2024-03-02 16:21:34 -05:00
Felix Schurk
8dd29e0a8a
Change to out-of source build, Update build instructions ( #3271 )
...
* update build instructions
Usage of "modern" CMake syntax and using specific out of source build.
Further add example on how to build in parallel, build a specific target
and how to change the compiler.
This closes #3236 .
2024-02-25 12:27:52 -05:00
Tomas Babej
3581260ee7
performance: Move sample data out of the perl script
...
This made language statistics look much more skewed towards Perl than
they should be.
2021-06-06 00:27:39 -04:00
Paul Beckingham
4a929197ae
Build: C++14 support added
2018-02-16 22:04:29 -05:00
Paul Beckingham
560bf53f42
Performance: Script now allows overrides, for comparison
2015-11-07 20:27:09 -05:00
Paul Beckingham
2f23406087
Perf: Removed Python3 requirement, which is not needed
2015-10-30 12:39:03 -04:00
Wilhelm Schuermann
7119c42780
Performance: Crude comparison script bugfix
...
- Compare timings as integer values, not strings.
2015-10-30 09:34:40 +01:00
Wilhelm Schuermann
759b30a9ac
Performance: Add crude comparison script
2015-10-26 15:19:52 +01:00
Paul Beckingham
916689f1c2
Performance: Stores a copy of the test data
...
- This speeds the second run of 'make perf'.
2015-09-15 23:05:17 -04:00
Paul Beckingham
61bed34a19
Performance
...
- Generalized the perf scripts a little, to make it easier to test old versions.
2014-09-27 16:10:50 -04:00
Paul Beckingham
0c3ee68f64
Performance
...
- Hooks should be disabled for all tests.
2014-09-27 15:24:47 -04:00
Paul Beckingham
704e85fcbc
TD-57
...
- TD-57 taskdctl script assumes /bin/sh is /bin/bash (thanks to Tatjana Heuser).
2014-05-23 16:34:08 -04:00
Paul Beckingham
a340528de8
Performance Testing
...
- Added import and export to the testing. As an extension mechanism, it needs
to perform well.
2013-05-20 20:35:40 -04:00
Russell Steicke
51fd11a535
Adjust performance script for POSIX /bin/sh.
...
- Don't use brace expansion.
- Add the -f flag so we don't get errors on the first run.
Signed-Off-By: Russell Steicke <russells@adelie.cx>
2013-04-03 17:35:47 -04:00
Paul Beckingham
e3afa04e2d
Performance Testing
...
- Added 'performance' make target that constructs an 8,000+ task database and
runs benchmark queries against it.
2013-03-11 23:55:17 -04:00