Skip to content

Commit

Permalink
Update graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbaldwin44 committed Jan 16, 2025
1 parent 394a400 commit cb5e779
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Binary file modified locust/webui/public/assets/graphs-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified locust/webui/public/assets/graphs-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified locust/webui/public/assets/testruns-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified locust/webui/public/assets/testruns-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions locust/webui/src/components/LocustCloudTab/LocustCloudTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@ export default function LocustCloudTab() {
<img src='/assets/graphs-light.png' width='100%' />
)}
<Typography sx={{ mb: 2 }}>
The testruns tab offers a detailed overview of all of your testruns and how they perform
over time.
The testruns tab offers a detailed overview of how your system has performed historically.
This is particularly useful for ensuring the performance of your system improves or remains
constant.
</Typography>
{isDarkMode ? (
<img src='/assets/testruns-dark.png' width='100%' />
) : (
<img src='/assets/testruns-light.png' width='100%' />
)}
<Typography>
Vist us at <Link href='https://www.locust.cloud/get-started?plan=basic'>Locust Cloud</Link>{' '}
Vist us at <Link href='https://www.locust.cloud/get-started?plan=basic'>locust.cloud</Link>{' '}
for a free consultation today!
</Typography>
</Box>
Expand Down

0 comments on commit cb5e779

Please sign in to comment.