aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2014-02-05 14:40:15 +0100
committerBjörn Gustavsson <[email protected]>2014-02-20 12:42:59 +0100
commit1c8a57ce030907596bcddf14ce4b676f6adb3a57 (patch)
tree207f3debbfb6f4040fd56b53355e7b8834169769 /lib/tools
parentc0667d05f1295930dacc80f82b985183fd800961 (diff)
downloadotp-1c8a57ce030907596bcddf14ce4b676f6adb3a57.tar.gz
otp-1c8a57ce030907596bcddf14ce4b676f6adb3a57.tar.bz2
otp-1c8a57ce030907596bcddf14ce4b676f6adb3a57.zip
Speed up bs_construct_SUITE:dynamic/1
The original test comes from the emulator test suite for testing binary syntax in the run-time system. Running interpreted it can be quite slow, especially when the system has been compiled with the configure option --enable-native-libs (probably because of very many context switches between native code and BEAM code). Speed up the test by scaling down the size of binaries from 128 bits to 64 bits. That should speed up the test roughly four times. By running the little and big endian tests in parallel we will cut that time in half. Thus all in all the test will run roughly 8 times faster.
Diffstat (limited to 'lib/tools')
0 files changed, 0 insertions, 0 deletions