Skip to content

Commit

Permalink
fixing metrics for load testing
Browse files Browse the repository at this point in the history
  • Loading branch information
atharvar28 committed Jan 19, 2024
1 parent 30c88dc commit 4c21f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load-testing/fence/presigned-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const {
// or it should be assembled based on an indexd query (requires `indexd_record_url` to fetch DIDs)
const guids = GUIDS_LIST.split(',');

const myFailRate = new Rate('failed requests');
const myFailRate = new Rate('failed_requests');

export const options = {
tags: {
Expand Down

0 comments on commit 4c21f95

Please sign in to comment.