Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Create performance tests [WEB-1458] #7741

Merged
merged 26 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f3b3c13
wip
julian-determined-ai Aug 17, 2023
a14de80
scenario examples
julian-determined-ai Aug 17, 2023
3e9de5a
added some more example cases
julian-determined-ai Aug 21, 2023
093c191
users wip
julian-determined-ai Aug 22, 2023
f77901a
prototype retrieving users
julian-determined-ai Aug 23, 2023
6f65bcb
prototype retrieving users
julian-determined-ai Aug 23, 2023
d859d54
Co-authored-by: Bradley Laney <[email protected]>
julian-determined-ai Aug 23, 2023
72c7b15
various updates
julian-determined-ai Aug 24, 2023
da83bc2
feat: create performance tests
julian-determined-ai Aug 25, 2023
852eb52
remove test artifacts
julian-determined-ai Aug 25, 2023
a3af58c
restore circleci config
julian-determined-ai Aug 25, 2023
3900099
remove unneeded yarn.lock file
julian-determined-ai Aug 25, 2023
8c0c77b
update package information
julian-determined-ai Aug 25, 2023
7426653
audit npm packages
julian-determined-ai Aug 29, 2023
d023977
remove xml file
julian-determined-ai Aug 29, 2023
b458641
add default cluster url
julian-determined-ai Aug 29, 2023
627c7c7
remove xml file
julian-determined-ai Aug 29, 2023
e0e9c9a
added k6-summary to repo
julian-determined-ai Aug 29, 2023
2582b9c
add average load test
julian-determined-ai Aug 29, 2023
b6a1312
test reporting updates
julian-determined-ai Aug 29, 2023
dd97a12
update test declaration
julian-determined-ai Aug 29, 2023
f66fca5
remove xml
julian-determined-ai Aug 29, 2023
b334cbd
formatting
julian-determined-ai Aug 29, 2023
aae4809
result reporting updates
julian-determined-ai Aug 30, 2023
375a9d5
update threshold definition
julian-determined-ai Aug 30, 2023
ce42d07
update stages
julian-determined-ai Aug 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions performance/.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"
]
}
Loading