[#51] Add constant arrival rate (car) scenarios for grpc and s3 #51
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#51
Loading…
Reference in a new issue
No description provided.
Delete branch "abereziny/xk6-frostfs:feature-add-car-scenarios"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added grpc_car.js and s3_car.js for constant arrival rate load tests
Signed-off-by: Andrey Berezin a.berezin@yadro.com
6d4b5a928a
to5c91aa3930
Add constant arrival rate (car) scenarios for grpc and s3to [#51] Add constant arrival rate (car) scenarios for grpc and s3@ -0,0 +196,4 @@
obj_registry.deleteObject(obj.id);
}
export function uuidv4() {
Is it possible to use uuidv4 from here
import { uuidv4 } from './libs/k6-utils-1.4.0.js';
.See #50 for details.
Done. Like that?
5c91aa3930
to9eca30594e
9eca30594e
to8109df7de7
@ -0,0 +11,4 @@
parseEnv();
const obj_list = new SharedArray('obj_list', function () {
return JSON.parse(open(__ENV.PREGEN_JSON)).objects;
Maybe we can move
JSON.parse(open(__ENV.PREGEN_JSON))
to separate variable?Good point, it should be done across all scenarios. IMO in scope of another PR.
LGTM