I hereby claim:
- I am graphaelli on github.
- I am gilad (https://keybase.io/gilad) on keybase.
- I have a public key ASCnetPoqSZtXSmLezuo9vdWsU7-G8XyqDECfQXKfqbeFwo
To claim this, I am signing this object:
| #!/Users/gil/.venv/ipy/bin/python | |
| import io | |
| import hashlib | |
| import os | |
| import requests | |
| VERSIONS = ["6.0", "6.1", "6.2", "6.3", "6.4", "6.5", "6.6", "6.7", "6.8", "7.0", "7.1", "7.x"] |
| #!/bin/bash -ex | |
| if [ -z "$4" ]; then | |
| echo "usage: $0 <cloud_id> <es_pass> <apm_secret_token> <apm_server_url>" | |
| exit 1 | |
| fi | |
| CLOUD_ID=$1 | |
| ES_PASS=$2 | |
| APM_SECRET_TOKEN=$3 |
I hereby claim:
To claim this, I am signing this object:
| // +build linux,cgo darwin,cgo | |
| package main | |
| import "C" | |
| import ( | |
| "fmt" | |
| "strconv" | |
| ) |
| #!/usr/bin/env python | |
| import timeit | |
| import json | |
| args = dict(ensure_ascii=False) | |
| def dump_and_write(obj, fp): |
| #!/usr/bin/env python | |
| import json | |
| def dump(fields, pfx=None): | |
| if pfx is None: | |
| pfx = [] | |
| for field, attribs in sorted(fields.items()): | |
| if 'properties' in attribs: | |
| dump(attribs['properties'], pfx + [field]) |
| #!/usr/bin/env python3 | |
| import json | |
| import os | |
| def direct_dep(pkg): | |
| for d in { | |
| "github.com/Bowery/prompt", | |
| "github.com/apache/thrift", |
| { | |
| "apm-6.2.3": { | |
| "aliases": {}, | |
| "index_patterns": [ | |
| "apm-6.2.3-*" | |
| ], | |
| "mappings": { | |
| "doc": { | |
| "_meta": { | |
| "version": "6.2.3" |
| { | |
| "libbeat.config.reloads": 0, | |
| "libbeat.config.module.starts": 0, | |
| "libbeat.config.module.stops": 0, | |
| "libbeat.config.module.running": 0, | |
| "libbeat.output.type": "elasticsearch", | |
| "libbeat.output.events.duplicates": 0, | |
| "libbeat.output.events.active": 0, | |
| "libbeat.output.events.batches": 0, | |
| "libbeat.output.events.total": 0, |
| benchmark old ns/op new ns/op delta | |
| BenchmarkBackendProcessor/TestProcessErrorMinimalServiceValidate-4 6977 9455 +35.52% | |
| BenchmarkBackendProcessor/TestProcessErrorMinimalServiceDecode-4 3238 3192 -1.42% | |
| BenchmarkBackendProcessor/TestProcessErrorMinimalProcessValidate-4 9093 10978 +20.73% | |
| BenchmarkBackendProcessor/TestProcessErrorMinimalProcessDecode-4 3766 3803 +0.98% | |
| BenchmarkBackendProcessor/TestProcessErrorFullValidate-4 58480 77015 +31.69% | |
| BenchmarkBackendProcessor/TestProcessErrorFullDecode-4 14368 14116 -1.75% | |
| BenchmarkBackendProcessor/TestProcessErrorNullValuesValidate-4 39119 43806 +11.98% | |
| BenchmarkBackendProcessor/TestProcessErrorNullValuesDecode-4 7862 |