diff options
author | Mark Wong | 2019-05-29 17:18:00 +0000 |
---|---|---|
committer | Mark Wong | 2019-05-29 17:18:00 +0000 |
commit | cc41d3dba7d11cdd589a83f1284c0a47b444b7f6 (patch) | |
tree | ff6c6799cd550c74f4159b91dd8e3ea56da6f9a2 /client/post-example | |
parent | cf7a951b9580e6839464194547efe28757741e98 (diff) | |
parent | 9f7c200c61ae0d8c44155404d21fb7f286ace32b (diff) |
Diffstat (limited to 'client/post-example')
-rw-r--r-- | client/post-example/results.json | 24 | ||||
-rw-r--r-- | client/post-example/upload.py | 6 |
2 files changed, 15 insertions, 15 deletions
diff --git a/client/post-example/results.json b/client/post-example/results.json index ba57808..ba47aaa 100644 --- a/client/post-example/results.json +++ b/client/post-example/results.json @@ -4,8 +4,8 @@ "10": { "1": { "std": 0.0, - "metric": 30551.681364, - "median": 30551.681364, + "metric": 10551.681364, + "median": 10551.681364, "results": [ { "latency": -1, @@ -24,8 +24,8 @@ }, "2": { "std": 0.0, - "metric": 38238.312979, - "median": 38238.312979, + "metric": 28238.312979, + "median": 28238.312979, "results": [ { "latency": -1, @@ -44,8 +44,8 @@ }, "4": { "std": 0.0, - "metric": 35567.822014, - "median": 35567.822014, + "metric": 25567.822014, + "median": 25567.822014, "results": [ { "latency": -1, @@ -68,8 +68,8 @@ "10": { "1": { "std": 0.0, - "metric": 116.508045, - "median": 116.508045, + "metric": 216.508045, + "median": 216.508045, "results": [ { "latency": -1, @@ -131,13 +131,13 @@ }, "postgres": { "commit": "c6736ff76046521f56c50deb31da218bc1b29533", - "branch": "rel_9_5_stable", + "branch": "master", "settings": { - "checkpoint_timeout": "20min", + "checkpoint_timeout": "15min", "log_temp_files": "32", "work_mem": "64MB", "log_line_prefix": "%n %t ", - "shared_buffers": "2GB", + "shared_buffers": "1GB", "log_autovacuum_min_duration": "0", "checkpoint_completion_target": "0.9", "maintenance_work_mem": "128MB", @@ -154,7 +154,7 @@ "collectd": {}, "meta": { "date": "2018-07-17 23:02:57.000000+00", - "uname": "Linux postgresql-gsoc1 4.9.0-6-powerpc64le #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) ppc64le GNU/Linux\n", + "uname": "Linux postgresql-gsoc 4.9.0-6-powerpc64le #1 SMP Centos 4.9.88-1+deb9u1 (2018-05-07) ppc64le GNU/Linux\n", "benchmark": "pgbench", "name": "pgbench-basic" }, diff --git a/client/post-example/upload.py b/client/post-example/upload.py index 467497c..b0164d4 100644 --- a/client/post-example/upload.py +++ b/client/post-example/upload.py @@ -14,9 +14,9 @@ def byteify(input): return input -token = '0ae27ecb064ff5283296b297bac77d9e' -# BASE_URL = 'http://140.211.168.111:8080/' -BASE_URL = 'http://127.0.0.1:8000/' +token = '0232f37f8e1726684516434441af745' +BASE_URL = 'http://140.211.168.111:8080/' +# BASE_URL = 'http://127.0.0.1:8000/' PATH_URL = 'upload/' url = BASE_URL + PATH_URL |