Rocro will not be available after Jaunary 31, 2020

Today we are announcing that after years of helping developers automate their development workflow we will be shutting down Rocro SaaS on January 31, 2020 JST, and ending new subscriptions and renewal of paid plans on December 23, 2019 JST.  Since Rocro is a monthly subscription, there will be no paid plan users at the end of January 2020.  We delete all the user data, including email addresses, GitHub/Bitbucket account information, and any output made by Rocro services. Also please note that Rocro has never held your source code information; we download source code only for code review and delete it after every analysis.

We are proud that we have been able to help so many of you build great software.  We enjoyed working with each of you, and we have deep admiration for the things you have built.  Thank you for using Rocro.

Tomoaki Kobayakawa
Sony Network Communications Inc.
Contact: support@rocro.com

Rocro Inc. acquisition by Sony Network Communications Inc.

Dear Rocro users,

Thank you for using Rocro services in your software development.
Rocro is always trying to empower software developers with automated pull request review and correction and other tools.

Now, I am pleased to announce that Rocro Inc. is being acquired by Sony Network Communications Inc.(SNC) effective as of August 1st, 2019.
This organizational integration of Rocro into SNC will enable Rocro to be better positioned for future product development and customer support, and it will not affect the current Rocro services or support.
You can continue to use Rocro services with confidence.

Please contact support@rocro.com for further questions.
We look forward to serving you better as a result of the integration.

Yours Sincerely,
Tomoaki Kobayakawa
CEO, Rocro Inc.

Rocro Inc. releases Loadroid, its cloud-based load testing service

Rocro Inc., which provides SaaS tools for software developers, is proud to announce the launch of the public beta version of Loadroid, its cloud automated load testing service.

With Loadroid, developers describe their load testing scenarios in YAML. Then, Loadroid automatically sets up the test environment on the cloud, executes load tests according to the scenario, aggregates the results, and displays it in an actionable and easy-to-read graph.

chart
Results in Web UI

As a result, the time required to perform load testing is dramatically reduced. In our tests, a task that took two weeks with JMeter was done in four hours.
Loadroid also operates completely under software control, so the users can easily incorporate it into their CI. This way, developers can make sure their load tests are automatically run at specified events. Usually, developers seek software quality in such terms as the number of bugs, complexity, and similar varieties of metrics. However, the quality of the final product is equally determined by how many people can access the application. With Loadroid, you can pursue higher product performance right from the development phase. Loadroid was built to achieve high scalability, and can be easily set-up to run tests that simulate millions of IoT devices.

scenario
Easy to write test scenarios in YAML

Our CLI tool is free of charge, so you can get started with Loadroid today!

Here are a few testimonials from our closed test customers:

We provide API services that expect a large number of requests and we started using Loadroid to perform load testing. With other tools, it would be very expensive and time consuming to build an environment where you could have 10,000 requests per second. Happily, with Loadroid, all we have to do is to write a simple YAML and the tests take just a few minutes. The result graph is drawn in real time, and its history is also committed to Git. This way, we can easily manage even the most complex test cases. Because JavaScript is available, it can handle dynamic requests, which is very useful.

Masataka Morishita, CTO, Ginco Inc.

We moved commercial services from on-premises to AWS’s cloud environment. At that time, we used Loadroid to conduct load testing against the AWS environment. Although there were about 5 sites to be migrated, the load testing was performed for each site simply by writing a YAML file and switching the branch. As a result, the performance testing took a very short amount of time.

Akihiro Miura, Executive Officer, COOCOM CO.,LTD

Loadroid is available free of charge during the beta period from this link. If you plan a very large-scale load testing scenarios that is beyond the scope of the beta version, please contact us.

Rocro services outline

  1. Inspecode: Automated code review & code correction service
    • Automated code review, powered by more than 70 established tools such as Checkstyle, golint, Pyflakes, etc.
    • Strong automated correction features. Easily merge fixes using Pull Request.
    • Faster than the current state-of-the-art. Results are obtained instantly.
  2. Docstand: API documentation and hosting service
    • Connects to a GitHub or Bitbucket repository, automatically chooses an API documentation tool, executes it, and hosts it.
    • Automated maintenance of difficult-to-maintain documentation.
  3. Loadroid: Automated load testing service
    • Cloud load testing service. Simply write a test scenario, and Loadroid automatically constructs a cloud-based load testing server, executes the test, and provides actionable test results.
    • Capable of executing ultra large capacity load tests, simulating hundreds of thousands of clients. For the first time, IoT-like use cases can be easily simulated.

Contacts

Tomoaki Kobayakawa, Rocro Inc.

E-mail: support@rocro.com

Rocro株式会社、クラウド負荷テストサービスLoadroidをパブリックβ公開 負荷テストの環境構築を不要にし、2週間かかったテストを4時間で可能に

ソフトウェア開発者向けSaaSをグローバルに提供するRocro株式会社(本社:東京都品川区、代表取締役社長:小早川 知昭、以下Rocro)は、クラウド自動負荷テストサービスLoadroid(ロードロイド)のパブリックβ版提供を開始いたしました。

Loadroidは負荷テストシナリオをYAMLで記述すると、クラウド上に自動的に負荷生成サーバを構築、シナリオ通りに負荷テストを実行し、結果を集計、見やすい画面で表示します。

chart
テスト結果をわかりやすいグラフに表示

時間のかかる負荷テストの環境構築が自動的にできるため、大幅な工数削減が可能です。当社の例では、JMeterで環境構築から2週間かかったテストを、4時間で完了することができました。
またLoadroidは完全にソフトウェア制御で動作するので、CIに組み込んで、定期的あるいはイベンドドリブンに負荷テストを自動実行することが可能です。パフォーマンスもソフトウェアの品質と捉え、日々の開発の中でトラックすることが容易になります。
高いスケーラビリティも実現しているので、数百万台規模のIoT機器を模擬したテストも可能です。

scenario
テストシナリオはわかりやすいYAMLで記述

 

CLIツールを無料配布していますので、ローカル環境でも手軽にお試しいただけます。
https://loadroid.rocro.com/help/configuration/cli.html

クローズドテストにおいて頂いたお客様からのお言葉をご紹介させていただきます:

弊社では大量のリクエストが想定されるAPIサービスを提供しています。このサービスの負荷テストにLoadroidを使用しています。自前で毎秒1万リクエストができる環境を用意するとなると非常にコストがかかりますが、Loadroidなら簡単なYAMLを書けば数分でテストが行なえます。結果のグラフがリアルタイムで描画され、その履歴もGitのコミット単位で残るので管理がしやすいです。JavaScriptが使えるので動的なリクエストにも柔軟に対応でき、非常に重宝しております。

株式会社Ginco, 取締役CTO, 森下真敬様

昨年の6月に商用サービスをオンプレミスからAWSのクラウド環境に移設したのですが、その際にLoadroidを使って、AWS環境への負荷テストを実施いたしました。移行対象が5サイト程ありましたが、YAMLを記述し、ブランチを切り替えるだけでそれぞれのサイトに対して負荷テストを実施できたので、非常に短い工数で、負荷テストが実施できました。

クーコム株式会社, 執行役員, 三浦克浩様

Loadroidは以下リンクからβ期間中無料でご利用いただけます。β版の範囲を超えて非常に大きな規模の負荷テストを行われる場合は、個別にご対応させていただきますのでご連絡ください。

https://rocro.com/loadroid

Rocro株式会社について

Rocro株式会社は、ソフトウェア開発者向けサービス事業を担う、ソニーネットワークコミュニケーションズ株式会社の100%出資子会社です。Rocroはソフトウェア開発にまつわる日常業務を、「非常に高速」かつ「設定不要ですぐに使える」SaaSを提供し開発者に代わって処理します。世界中のソフトウェア開発者の方々が本質的な開発により多くの時間と集中力を投入できるように貢献していきたいと考えています。

Rocroサービス概要

GitHub.comやBitbucket.orgなど、ソフトウェア開発のためのクラウドサービスと連携して動作し、開発者の開発効率を向上させるためのサービス群です。現在以下3つのサービスで構成されています。

  1. Inspecode: 自動コードレビュー&コード修正サービス
    • Checkstyle、golint、Pyflakesなど70以上の定評のあるツールで自動コードレビュー
    • 強力な自動修正機能。修正コードをPull requestでマージ
    • 複数のツールによる解析を並列に実行することで、非常に短時間で解析が完了
  2. Docstand: APIドキュメント生成&ホスティングサービス
    • レポジトリと連携して最新のAPIドキュメントを自動生成&ホスティング
    • 面倒なドキュメントの維持管理作業を自動化
  3. Loadroid: 自動負荷テストサービス
    • クラウド負荷テストサービス。シナリオを書くだけで、クラウド上に負荷サーバを自動構築、負荷テスト実施、結果の自動集計
    • 大規模負荷テスト、数十万台のIoT機器を模擬したテストなど、難度の高いテストが手軽に可能

以上

本件に関するお問い合わせ先

Rocro株式会社

担当:小早川知昭

Email: support@rocro.com

Rocro Inc. Announces Official Launch of Inspecode and Docstand SaaS, Automated Code Review and API Documentation Solutions

rocro-logo-latestsony

 

Rocro Inc., a subsidiary of Sony Network Communications that helps software developers spend less time on code reviews, load testing, and API documentation, is proud to announce the official launch of its first two SaaS products:

  • Inspecode, an automated code review, and code correction solution
  • Docstand, an API documentation and hosting solution.

Rocro, one of the latest companies to come out from Sony, has its roots in Sony ‘s software development group. The company was established as a solely owned subsidiary of Sony Network Communications, and it aims to make publicly available the solutions initially developed for Sony’s internal cloud infrastructure.

The public beta versions of Inspecode and Docstand and the closed beta version of Loadroid were first made available on September 14th, 2017. Since then, Rocro managed to acquire more than 1700 users from all over the world, from Japan to the United States and India.

To make sure software developers get the most out of our products, we decided to employ a per core pricing structure. Rocro’s monthly subscription starts at $50 US dollars per core. For more details, please have a look below:

pricing

We believe that a per core pricing structure is more efficient than a per seat one. With our pricing structure, regardless of the number of users, the monthly price you’ll have to pay will depend only on the maximum number of CPU cores your development team will use for Inspecode / Docstand.

For example, if opting for two cores, it will cost $100 per month for the entire team. Conversely, if opting for 4 cores, it will cost $200 USD per month. This model is very simple and predictable, and, at the same time, it enables you to choose the optimal solution for your team. The costs will not change, even if more developers join the team.
Inspecode and Docstand are engineered to provide breathtaking levels of speedup by executing the processing tasks in parallel. Combined with our fee structure described above, this allows our customers to control the amount of processing power available for each team of developers, and, most importantly, save money. For more details, please refer to our blog post on how to optimize resource allocation.

We are happy to announce that, to celebrate the official launch, all our customers will enjoy unlimited execution time with “Free plan” until the end of November 2018.

About Rocro Inc.

Rocro Inc., a 100% owned subsidiary of Sony Network Communications, was established to help software developers around the world focus on the essentials. The company provides an array of services that increase the level of automation for day to day activities, simplify development tasks, and parallelize them.

Rocro services outline

  1. Inspecode: Automated code review & code correction service
    • Automated code review, powered by more than 70 established tools such as Checkstyle, golint, Pyflakes, etc.
    • Strong automated correction features. Easily merge fixes using Pull Request.
    • Faster than the current state-of-the-art. Results are obtained instantly.
  2. Docstand: API documentation and hosting service
    • Connects to a GitHub or Bitbucket repository, automatically chooses an API documentation tool, executes it, and hosts it.
    • Automated maintenance of difficult-to-maintain documentation.
  3. Loadroid: Automated load testing service
    • Cloud load testing service. Simply write a test scenario, and Loadroid automatically constructs a cloud-based load testing server, executes the test, and provides actionable test results.
    • Capable of executing ultra large capacity load tests, simulating hundreds of thousands of clients. For the first time, IoT-like use cases can be easily simulated.

Note: Loadroid remains in closed beta.

Contacts

Tomoaki Kobayakawa, Rocro Inc.

E-mail: support@rocro.com

Rocro株式会社、自動コードレビューサービスInspecodeと 自動APIドキュメント生成サービスDocstandの正式版をリリース

ソフトウェア開発者向けSaaSをグローバルに提供するRocro株式会社(本社:東京都品川区、代表取締役社長:小早川 知昭、以下Rocro)は、自動コードレビューサービス Inspecode(インスペコード)と、自動APIドキュメント生成サービス Docstand(ドックスタンド)の正式版提供を開始いたしました。

Rocroはソニーネットワークコミュニケーションズ株式会社の100%子会社です。ソニーのクラウド基盤開発のために開発・使用されていたソフトウェア開発環境の事業化をめざし、2017年8月に設立されました。同年9月14日よりInspecode、Docstandのパブリックβサービス、および自動負荷試験サービスLoadroid(ロードロイド)のクローズドβサービスを提供してまいりました。提供開始約1年で登録アカウントは1,700を数え、利用者は日本のみならず米国、インドなど世界各国に広がっています。

正式版サービスは、ソフトウェア開発者の方々が納得感をもって利用できるよう、ユーザ数単位ではなく、チームで利用するCPUコア数による料金体系を採用しました。1コアあたり月額50ドルで提供します。

Rocro正式版:料金体系

pricing

Rocroでは、サービス利用人数に関わらず、その開発チームがInspecode/Docstandを実行する上で同時に使用する最大CPUコア数を、1コア単位で契約できます。例えば2コア分だけInspecodeを契約した場合、費用はチーム全体で月額100ドル、4コアなら月額200ドルとなり、利用人数には依存しません。このような料金体系のため、チームに必要なパフォーマンスを最適に選択することができ、また将来大きなチームになっても大幅なコスト上昇を心配する必要はありません。

Inspecode/Docstandは解析処理を並列実行することで圧倒的な高速化を実現しています。今回の料金体系は、この高速性を開発チームごとに自由に選択しコントロールすることができるため、最適な量のリソースを無駄なく契約することが可能になります。詳しくは、RocroのBlogポスト(https://blog-en.rocro.com/2018/03/23/accelerating-ci-part-2-optimization-of-resource-allocation/)をご参照ください。

なお正式版提供開始を記念して、2018年11月末までFreeプランにおいても無制限の実行時間を提供いたします。この機会に、InspecodeとDocstandを手軽に試してみることが可能です。

Rocro株式会社について

Rocro株式会社は、ソフトウェア開発者向けサービス事業を担う、ソニーネットワークコミュニケーションズ株式会社の100%出資子会社です。Rocroはソフトウェア開発にまつわる日常業務を、「非常に高速」かつ「設定不要ですぐに使える」SaaSを提供し開発者に代わって処理します。世界中のソフトウェア開発者の方々が本質的な開発により多くの時間と集中力を投入できるように貢献していきたいと考えています。

Rocroサービス概要

GitHub.comやBitbucket.orgなど、ソフトウェア開発のためのクラウドサービスと連携して動作し、開発者の開発効率を向上させるためのサービス群です。現在以下3つのサービスで構成されています。

※今回正式版を提供するのは、InspecodeとDocstandの2つになります。

  1. Inspecode: 自動コードレビュー&コード修正サービス
    • Checkstyle、golint、Pyflakesなど70以上の定評のあるツールで自動コードレビュー
    • 強力な自動修正機能。修正コードをPull requestでマージ
    • 複数のツールによる解析を並列に実行することで、非常に短時間で解析が完了
  2. Docstand: APIドキュメント生成&ホスティングサービス
    • レポジトリと連携して最新のAPIドキュメントを自動生成&ホスティング
    • 面倒なドキュメントの維持管理作業を自動化
  3. Loadroid: 自動負荷試験サービス
    • クラウド負荷試験サービス。シナリオを書くだけで、クラウド上に負荷サーバを自動構築、負荷試験実施、結果の自動集計
    • 大規模負荷試験、数十万台のIoT機器を模擬した試験など、難度の高い試験が手軽に可能

以上

本件に関するお問い合わせ先

Rocro株式会社

担当:小早川知昭

Email: support@rocro.com