Skip to content

Commit

Permalink
K6 load test POC (#1337)
Browse files Browse the repository at this point in the history
* wip working typescript version

* Add client lib test

---------

Co-authored-by: danoswaltCL <[email protected]>
  • Loading branch information
bcb37 and danoswaltCL authored Mar 11, 2024
1 parent b5729c0 commit c3990aa
Show file tree
Hide file tree
Showing 12 changed files with 8,121 additions and 0 deletions.
10 changes: 10 additions & 0 deletions k6/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [
"@babel/env",
"@babel/typescript"
],
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread"
]
}
1 change: 1 addition & 0 deletions k6/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
97 changes: 97 additions & 0 deletions k6/dist/demo.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions k6/dist/demo.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c3990aa

Please sign in to comment.