Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BoringBoredom committed Feb 20, 2024
1 parent a00b4cf commit 357c5f6
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: mkdir -p ./temp/captures

- name: Download PresentMon
run: wget ${{ steps.presentmon-url.outputs.PRESENTMON_URL }} -O temp/presentmon.exe
run: wget ${{ steps.presentmon-url.outputs.PRESENTMON_URL }} -O ./temp/presentmon.exe

- name: Zip the PresentMon package
run: 7z a ./public/presentmon.zip ./temp/presentmon.exe ./presentmon/Run.bat ./temp/captures
Expand Down
67 changes: 40 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions src/components/ReadMe/ReadMe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,23 @@ export default function ReadMe() {
</Accordion.Control>
<Accordion.Panel>
<Stack>
<Text>
This package is{" "}
<Anchor
href="https://github.com/BoringBoredom/Frame-Time-Analysis/blob/main/.github/workflows/deploy.yaml#L40-L51"
target="_blank"
>
automatically
</Anchor>{" "}
generated from the{" "}
<Anchor
href="https://github.com/GameTechDev/PresentMon"
target="_blank"
>
PresentMon
</Anchor>{" "}
release page every week.
</Text>
<Code block>
presentmon
<br />
Expand Down
2 changes: 1 addition & 1 deletion src/components/static.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const percentileList = [
0.845, 0.85, 0.855, 0.86, 0.865, 0.87, 0.875, 0.88, 0.885, 0.89, 0.895, 0.9,
0.905, 0.91, 0.915, 0.92, 0.925, 0.93, 0.935, 0.94, 0.945, 0.95, 0.955, 0.96,
0.965, 0.97, 0.975, 0.98, 0.985, 0.99, 0.995, 1,
];
] as const;

export const initialColors = [
"#800000",
Expand Down

0 comments on commit 357c5f6

Please sign in to comment.