Alex Shorsher

Results 19 comments of Alex Shorsher

So this would just entail adding a new remote for bitbucket?

OK I'm happy to give it a shot. This seems like a nice project for learning more about rust. Sorry ahead of time if I bug with you any questions...

Do you have a preference for support for bitbucket cloud vs server first? Regular (public) bitbucket.com does not require authentication at all. Bitbucket server uses personal access tokens, while Bitbucket...

Yes. If your file is ``` console.log(1) ``` and your license is (see blank line beneath final comment) ``` // SPDX-License-Identifier: Apache-2.0 // // Licensed under the Apache License, Version...

addressed by https://github.com/hyperledger/firefly/pull/958

### Ethereum Throughput and Latency Measurement **Goals**: - Hit FireFly with a sustained, moderate (TBD) amount of load to be confident there are no issues processing transactions. - Initial performance...

Here's an overview of the tooling being used so far. [perf.go](https://github.com/kaleido-io/firefly/blob/perf-testing/perf/perf.go) is a small script that utilizes [vegeta](https://github.com/tsenart/vegeta) to simulate load. Currently, it focuses on two categories of metrics: 1....

With @peterbroadhurst's changes in https://github.com/hyperledger/firefly/pull/325, batch processing has been improved 4x. Taking roughly 1second, down from 4seconds, to fully process each batch.

Here are some comparison results for context. All benchmarks were ran on my MBP with a CLI generated 2 node firefly environment, using postgres as the DB: Before #325, we...

Seeing some good results with pinned private messages ``` Requests [total, rate, throughput] 3000, 50.02, 49.99 Duration [total, attack, wait] 1m0s, 59.978s, 28.515ms Latencies [min, mean, 50, 90, 95, 99,...