Skip to content

Commit

Permalink
Change tests interval values from 100 to 1000000
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaDerevyankina committed Jan 18, 2021
1 parent 870a728 commit 92f9d1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
label: '404: response',
xAxisLabel: 'machine.ram',
ordered: {
interval: 100,
interval: 1000000,
},
yAxisLabel: 'Count of documents',
series: [
Expand Down Expand Up @@ -137,7 +137,7 @@ export default {
label: '200: response',
xAxisLabel: 'machine.ram',
ordered: {
interval: 100,
interval: 1000000,
},
yAxisLabel: 'Count of documents',
series: [
Expand Down Expand Up @@ -249,7 +249,7 @@ export default {
label: '503: response',
xAxisLabel: 'machine.ram',
ordered: {
interval: 100,
interval: 1000000,
},
yAxisLabel: 'Count of documents',
series: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
label: '404: response',
xAxisLabel: 'machine.ram',
ordered: {
interval: 100,
interval: 1000000,
},
yAxisLabel: 'Count of documents',
series: [
Expand Down Expand Up @@ -72,7 +72,7 @@ export default {
label: '200: response',
xAxisLabel: 'machine.ram',
ordered: {
interval: 100,
interval: 1000000,
},
yAxisLabel: 'Count of documents',
series: [
Expand Down Expand Up @@ -171,7 +171,7 @@ export default {
label: '503: response',
xAxisLabel: 'machine.ram',
ordered: {
interval: 100,
interval: 1000000,
},
yAxisLabel: 'Count of documents',
series: [
Expand Down

0 comments on commit 92f9d1b

Please sign in to comment.