Bug 245082 - [NEW PORT] net/k6: Modern load testing tool, using Go and Javascript
Summary: [NEW PORT] net/k6: Modern load testing tool, using Go and Javascript
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitri Goutnik
URL: https://github.com/loadimpact/k6
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-26 19:09 UTC by Lewis Cook
Modified: 2020-04-12 20:55 UTC (History)
1 user (show)

See Also:


Attachments
k6-0.26.2.diff (2.83 KB, patch)
2020-03-26 19:09 UTC, Lewis Cook
no flags Details | Diff
k6-0.26.2.log (22.49 KB, text/plain)
2020-03-26 19:09 UTC, Lewis Cook
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-03-26 19:09:03 UTC
Created attachment 212732 [details]
k6-0.26.2.diff

Modern load testing tool for developers and testers in the
DevOps era, building on Load Impact's years of experience
in the load and performance testing industry. It provides
a clean, approachable scripting API, local and cloud
execution, and flexible configuration.

WWW: https://k6.io/

Testing:
   * No errors reported with portlint, built in Poudriere and
     application works as expected (logs attached).
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-03-26 19:09:49 UTC
Created attachment 212733 [details]
k6-0.26.2.log

* Poudriere build log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-04-12 20:55:11 UTC
A commit references this bug:

Author: dmgk
Date: Sun Apr 12 20:54:58 UTC 2020
New revision: 531557
URL: https://svnweb.freebsd.org/changeset/ports/531557

Log:
  New port: net/k6

  Modern load testing tool for developers and testers in the
  DevOps era, building on Load Impact's years of experience
  in the load and performance testing industry. It provides
  a clean, approachable scripting API, local and cloud
  execution, and flexible configuration.

  WWW: https://k6.io/

  PR:		245082
  Submitted by:	Lewis Cook <vulcan@wired.sh>

Changes:
  head/net/Makefile
  head/net/k6/
  head/net/k6/Makefile
  head/net/k6/distinfo
  head/net/k6/pkg-descr
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2020-04-12 20:55:40 UTC
Committed with some changes, thanks!