Commit Graph

683 Commits

Author SHA1 Message Date
6dc335600e do string compression in StringCompressor instead of Tag 2021-05-09 10:37:35 +02:00
36ccc57db6 introduce indexes 2021-05-09 10:33:28 +02:00
ae545e602c create env.sh
a shell script that helps to set the environment for npm
2021-04-22 19:20:07 +02:00
546c096dad update angular 2021-04-22 18:20:11 +02:00
25fed0ad96 reduce memory usage 2021-04-17 10:02:38 +02:00
bc8b0d4686 update js libs 2021-04-17 09:11:43 +02:00
cc85775887 update 3rd party libs 2021-04-17 08:40:26 +02:00
b496036857 update to gradle 7 2021-04-10 12:18:13 +02:00
d411de0816 Merge branch 'master' of https://bitbucket.com/andreashuber/performance 2021-04-05 14:38:09 +02:00
9ff3bbc90d update primitiveCollections to 0.2 2021-04-04 14:15:01 +02:00
a1b4c7006d add percentile information if available 2021-04-02 18:29:18 +02:00
e410bcb3b3 revert accidential commit 2021-03-29 15:48:08 +02:00
faddbfa014 strip prefix "Default" from class names 2021-03-29 15:47:29 +02:00
f56744eb6b update gradle-version plugin to 0.38.0 2021-03-27 18:22:30 +01:00
a026314915 update JS libs 2021-03-25 18:56:29 +01:00
d667f71401 update third party libs 2021-03-25 18:45:37 +01:00
1b694944c2 update js libs
downgrade typescript, because angular needs <4.2.0
2021-03-25 18:45:26 +01:00
f9fc4d2f74 remove node_modules from eclipse
Adds a resource filter for node_modules.
2021-03-06 09:37:52 +01:00
b8e73b9b7b reformat 2021-03-06 09:36:43 +01:00
024fa06926 update js libs 2021-03-06 08:35:07 +01:00
cda7a43c89 update js libs 2021-03-06 08:34:01 +01:00
2bdbac328a update 3rd party libs 2021-03-06 08:33:00 +01:00
e6e869dc2f update JS libs 2021-02-19 19:37:07 +01:00
519e9f34c3 update 3rd party libs 2021-02-19 19:25:02 +01:00
6837fd67aa update node 2021-02-17 17:52:13 +01:00
c4a3ca4422 fix protractor security issue 2021-02-17 17:43:10 +01:00
e9e46d810f update node-gradle plugin 2021-02-17 17:41:29 +01:00
0ffbae6ec3 update JS libs 2021-02-17 17:35:45 +01:00
492efab78c update libs 2021-02-17 17:32:14 +01:00
3763d09fa8 sort/filter by max average ratio 2020-12-01 17:10:40 +01:00
5498be6a86 update antlr to 4.9 2020-11-27 19:54:17 +01:00
c6d7f97628 serialize the ingestion of logfiles
performance improvement of roughly 40%
2020-11-27 19:49:22 +01:00
08111e0d69 performance improvement: ingest data directly from tmp file 2020-11-24 10:04:21 +01:00
11beda5432 make logging of insertion speed a little nicer 2020-11-24 10:00:53 +01:00
7ad1e95825 add plog downloader scripts 2020-11-24 10:00:24 +01:00
1e59271286 remove obsolete flag that was needed for the vue.js ui 2020-11-24 09:05:07 +01:00
405e5e9799 update typescript
step 3 of update Angular 10-> 11
2020-11-23 11:36:36 +01:00
34b80a2864 update angular materials
step 2 of update Angular 10 -> 11
2020-11-23 11:32:58 +01:00
398774dbd8 updating angular core and cli
step 1 of update Angular 10 -> 11
2020-11-23 11:31:45 +01:00
96bf08431f update nodejs and npm 2020-11-23 11:25:40 +01:00
0bf4270224 update JS libs 2020-11-15 19:16:37 +01:00
d3eb61bd62 update dependencies 2020-11-15 13:10:12 +01:00
6dc0e3c250 performance improvement for queries with wildcards
Computing the union of many LongLists was inefficient, because we were
using a trivial algorithm. I replaced the algorithm with a multi way
merge. The old algorithm had a runtime of O(n!*m) where n is the number
of lists and m the length or the longest list. The new algorithm has a
runtime of O(log(n) * n*m).
2020-11-15 13:02:15 +01:00
356810c355 use correct average value 2020-11-05 16:45:26 +01:00
3bbf11a4ff use info icon for information buttons 2020-11-05 16:44:29 +01:00
08328ec1e5 extract plot detail view into its own component 2020-11-01 19:13:15 +01:00
50c9e56f2e reduce size of css 2020-10-31 09:58:49 +01:00
de6ffe5097 make tests more robust
1. we are now using a random port for listening
2. TcpIngestor.start() waits until the socket is established.
2020-10-31 09:46:12 +01:00
af4151bc81 update JS libs 2020-10-31 09:15:32 +01:00
0fab0c2e5e update spring boot 2020-10-31 09:11:32 +01:00