You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/scripts/analyze_benchmarks/markdown.ts
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,24 @@ export async function generateMarkdownReport(): Promise<string> {
16
16
})
17
17
);
18
18
19
-
return`# Benchmarks
19
+
return`<!--
20
+
This file is auto-generated by .github/scripts/analyze_benchmarks/markdown.ts
21
+
Do not edit this file manually. Changes will be overwritten.
22
+
-->
23
+
24
+
# Benchmarks
25
+
26
+
## Purpose and Usage
27
+
28
+
This document tracks high-level performance changes across Azle versions for comparison between releases.
29
+
30
+
**For detailed benchmarks showing how different Candid data types perform, see the [benchmarks example](examples/stable/test/end_to_end/candid_rpc/benchmarks/benchmarks.md).** This is the best resource for understanding day-to-day performance in your Azle applications.
Copy file name to clipboardExpand all lines: benchmarks.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Benchmarks
2
2
3
+
## Purpose and Usage
4
+
5
+
This document tracks high-level performance changes across Azle versions for comparison between releases.
6
+
7
+
**For detailed benchmarks showing how different Candid data types perform, see the [benchmarks example](examples/stable/test/end_to_end/candid_rpc/benchmarks/benchmarks.md).** This is the best resource for understanding day-to-day performance in your Azle applications.
0 commit comments