Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Baldwin committed Feb 26, 2024
1 parent ae552fe commit 69ea0a0
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 71 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locust/webui/dist/auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />

<title>Locust</title>
<script type="module" crossorigin src="/assets/index-ad6f2665.js"></script>
<script type="module" crossorigin src="/assets/index-207c29ed.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion locust/webui/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />

<title>Locust</title>
<script type="module" crossorigin src="/assets/index-ad6f2665.js"></script>
<script type="module" crossorigin src="/assets/index-207c29ed.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion locust/webui/src/test/mocks/swarmState.mock.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { IReport } from 'types/swarm.types';
import { ICharts, ISwarmRatios } from 'types/ui.types';
import { ISwarmRatios } from 'types/ui.types';

export const percentilesToChart = [0.5, 0.95];
export const percentilesToStatistics = [0.5, 0.95, 0.99];
Expand Down

0 comments on commit 69ea0a0

Please sign in to comment.