Elad Nachmias
b38fd0c332
moved http client tracer to api/client. added tracing on uploads
2018-12-07 15:12:58 +05:30
Elad Nachmias
4dbb41b921
replaced upload from swarm binary by upload from swarm client
2018-12-07 13:42:58 +05:30
Anton Evangelatov
964ce76658
add missing rand seed
2018-12-06 18:11:59 +01:00
Anton Evangelatov
73fc234634
add sync-delay and single configurations to swarm smoke tests
2018-12-06 17:01:39 +01:00
Elad Nachmias
c38d2508de
cleanup and address PR comments
2018-12-06 20:37:59 +05:30
Elad Nachmias
ac8b6d5f68
added opentracing span injection and extraction over the wire for http requests from swarm-smoke
2018-12-06 17:36:23 +05:30
Elad Nachmias
36d7c2f238
added resetting counters
2018-12-06 15:35:17 +05:30
Elad Nachmias
637444cafb
fix goimports
2018-12-06 15:10:04 +05:30
Elad Nachmias
008ecab4d7
Merge branch 'swarm-smoke-timeout' of github.com:ethersphere/go-ethereum into swarm-smoke-timeout
...
* 'swarm-smoke-timeout' of github.com:ethersphere/go-ethereum: (22 commits)
swarm/api: log and measure the same value for request time
swarm/storage: measure lazy chunk reader chunk get time
cmd/swarm-smoke: inline metrics
fix linter errors
return nil on no error
address PR comments
emit metrics only once
measure upload time
cmd/swarm: fix wait for reporter
add git commit
cmd/swarm: use correct import
cmd/swarm/swarm-smoke: fix metrics collection
add feed smoke metrics
add metrics to upload and sync test
correct metrics flags and add metrics init on smoke run
added influxdb flags
cmd/swarm/swarm-smoke: timeout flag
swarm/api/http: add resetting timer metrics to requests (#18249 )
swarm/network/stream: Debug log instead of Warn for retrieval failure (#18246 )
Add packing for dynamic array and slice types (#18051 )
...
2018-12-06 12:45:01 +05:30
Elad Nachmias
4f589df12f
added loglines to http get requests
2018-12-06 12:40:41 +05:30
Anton Evangelatov
159d9af395
swarm/api: log and measure the same value for request time
2018-12-05 17:00:35 +01:00
Anton Evangelatov
72a99531e4
swarm/storage: measure lazy chunk reader chunk get time
2018-12-05 14:47:51 +01:00
Anton Evangelatov
972e699479
cmd/swarm-smoke: inline metrics
2018-12-05 14:25:55 +01:00
Elad Nachmias
de8a8afa22
fix linter errors
2018-12-05 14:25:55 +01:00
Elad Nachmias
a2dfa31334
return nil on no error
2018-12-05 14:25:55 +01:00
Elad Nachmias
24b6b95972
address PR comments
2018-12-05 14:25:55 +01:00
Anton Evangelatov
891f92b965
emit metrics only once
2018-12-05 14:25:55 +01:00
Anton Evangelatov
77cc885b8b
measure upload time
2018-12-05 14:25:55 +01:00
Anton Evangelatov
f6cd8232fb
cmd/swarm: fix wait for reporter
2018-12-05 14:25:55 +01:00
Anton Evangelatov
f7b0db6563
add git commit
2018-12-05 14:25:55 +01:00
Anton Evangelatov
fe3da49a2b
cmd/swarm: use correct import
2018-12-05 14:25:55 +01:00
Anton Evangelatov
f9c231cf72
cmd/swarm/swarm-smoke: fix metrics collection
2018-12-05 14:25:55 +01:00
Elad Nachmias
5f932263de
add feed smoke metrics
2018-12-05 14:25:55 +01:00
Elad Nachmias
238195adba
add metrics to upload and sync test
2018-12-05 14:25:55 +01:00
Elad Nachmias
8be02faefa
correct metrics flags and add metrics init on smoke run
2018-12-05 14:25:55 +01:00
Elad Nachmias
e176fe5bbd
added influxdb flags
2018-12-05 14:25:55 +01:00
Anton Evangelatov
eac3fdb218
cmd/swarm/swarm-smoke: timeout flag
2018-12-05 14:25:55 +01:00
Elad Nachmias
0edb2bbfe1
fix linter errors
2018-12-05 16:47:20 +05:30
Elad
3ac633ba84
swarm/api/http: add resetting timer metrics to requests ( #18249 )
2018-12-05 11:20:55 +01:00
Elad Nachmias
1569d4f55f
return nil on no error
2018-12-05 12:36:50 +05:30
Elad Nachmias
cb72c5764a
address PR comments
2018-12-05 12:32:16 +05:30
holisticode
b98d2e9a1c
swarm/network/stream: Debug log instead of Warn for retrieval failure ( #18246 )
2018-12-04 18:29:51 +01:00
Anton Evangelatov
99a1c3095f
emit metrics only once
2018-12-04 18:21:06 +01:00
Anton Evangelatov
d6ecdfeeba
measure upload time
2018-12-04 17:34:14 +01:00
Anton Evangelatov
acb3149c06
cmd/swarm: fix wait for reporter
2018-12-04 17:01:54 +01:00
Anton Evangelatov
c05de65111
add git commit
2018-12-04 15:53:25 +01:00
Vedhavyas Singareddi
92639b676a
Add packing for dynamic array and slice types ( #18051 )
...
* added tests for new abi encoding features (#4 )
* added tests from bytes32[][] and string[]
* added offset to other types
* formatting
* Abi/dynamic types (#5 )
* Revert "Abi/dynamic types (#5 )" (#6 )
This reverts commit dabca31d79 .
* Abi/dynamic types (#7 )
* some cleanup
* Apply suggestions from code review
apply suggestions
Co-Authored-By: vedhavyas <vedhavyas.singareddi@gmail.com>
* added better formatting (#8 )
* review chnages
* better comments
2018-12-04 15:27:55 +01:00
Anton Evangelatov
0313009ec9
cmd/swarm: use correct import
2018-12-04 15:03:21 +01:00
Anton Evangelatov
705876070a
cmd/swarm/swarm-smoke: fix metrics collection
2018-12-04 13:58:36 +01:00
Elad Nachmias
84a5fcf8ac
add feed smoke metrics
2018-12-04 17:28:44 +05:30
Péter Szilágyi
f74077b4c2
Merge pull request #18172 from holiman/puppeth_converter
...
cmd/puppeth: implement chainspec converters
2018-12-04 12:15:50 +02:00
Péter Szilágyi
d4415f5e40
cmd/puppeth: chain import/export via wizard, minor polishes
2018-12-04 12:12:40 +02:00
Elad Nachmias
ea987e48c1
add metrics to upload and sync test
2018-12-04 14:57:03 +05:30
Elad Nachmias
ad3aef7302
correct metrics flags and add metrics init on smoke run
2018-12-04 13:28:32 +05:30
Elad Nachmias
53905cb709
added influxdb flags
2018-12-04 12:27:00 +05:30
Anton Evangelatov
0e53c594f9
cmd/swarm/swarm-smoke: timeout flag
2018-12-03 15:11:31 +01:00
Corey Lin
7a5c1b28dd
whisperv6: remove duplicated code ( #18015 )
2018-12-03 14:15:22 +01:00
Martin Holst Swende
8698fbabf6
cmd/puppeth: implement chainspec converters
2018-12-03 12:34:41 +02:00
Péter Szilágyi
a3fd415c0f
Merge pull request #18235 from karalabe/puppeth-enforce-lowercase
...
cmd/puppeth: enforce lowercase network names
2018-12-03 12:23:57 +02:00
Péter Szilágyi
4825d9c3dd
cmd/puppeth: enforce lowercase network names
2018-12-03 12:17:08 +02:00