Hello Tidy Bot, Kudu Jenkins, Adar Dembo, Grant Henke,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/14353
to look at the new patch set (#3).
Change subject: [WIP] KUDU-1938 Performance tuning
......................................................................
[WIP] KUDU-1938 Performance tuning
Before:
Attilas-MacBook-Pro:debug charger$ ./bin/char_util-test
[==========] Running 3 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 3 tests from CharUtilTest
[ RUN ] CharUtilTest.StressTestUtf8
[ OK ] CharUtilTest.StressTestUtf8 (3469 ms)
[ RUN ] CharUtilTest.StressTestAscii
[ OK ] CharUtilTest.StressTestAscii (3574 ms)
[ RUN ] CharUtilTest.CorrectnessTest
[ OK ] CharUtilTest.CorrectnessTest (1 ms)
[----------] 3 tests from CharUtilTest (7044 ms total)
[----------] Global test environment tear-down
[==========] 3 tests from 1 test case ran. (7044 ms total)
[ PASSED ] 3 tests.
After:
Attilas-MacBook-Pro:debug charger$ ninja char_util-test && ./bin/char_util-test
[8/8] Linking CXX executable bin/char_util-test
[==========] Running 4 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 4 tests from CharUtilTest
[ RUN ] CharUtilTest.CorrectnessTestUtf8
[ OK ] CharUtilTest.CorrectnessTestUtf8 (1 ms)
[ RUN ] CharUtilTest.CorrectnessTestAscii
[ OK ] CharUtilTest.CorrectnessTestAscii (1 ms)
[ RUN ] CharUtilTest.StressTestUtf8
[ OK ] CharUtilTest.StressTestUtf8 (3568 ms)
[ RUN ] CharUtilTest.StressTestAscii
[ OK ] CharUtilTest.StressTestAscii (902 ms)
[----------] 4 tests from CharUtilTest (4472 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test case ran. (4472 ms total)
[ PASSED ] 4 tests.
Change-Id: Iebb98e18a3619029d9b0bc224c7dead89a3d7374
---
M src/kudu/util/CMakeLists.txt
A src/kudu/util/char_util-test.cc
M src/kudu/util/char_util.cc
A src/kudu/util/testdata/char_truncate_ascii.txt
A src/kudu/util/testdata/char_truncate_utf8.txt
5 files changed, 410 insertions(+), 10 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/53/14353/3
--
To view, visit http://gerrit.cloudera.org:8080/14353
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iebb98e18a3619029d9b0bc224c7dead89a3d7374
Gerrit-Change-Number: 14353
Gerrit-PatchSet: 3
Gerrit-Owner: Attila Bukor <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)