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: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,10 +97,16 @@ shows the available edits.
97
97
98
98
The included benchmark suite runs both tools against the same Fortran kernels
99
99
through their normal generated interfaces. Results are machine-dependent; the
100
-
chart below is the latest committed snapshot.
100
+
charts below are the latest committed snapshot.
101
+
102
+
**Runtime-call performance** — values above `1.0×` mean x2py is faster.
101
103
102
104
[](https://pynumlab.github.io/x2py/user/performance/)
103
105
106
+
**Clean end-to-end build time** — lower times are better.
107
+
108
+
[](https://pynumlab.github.io/x2py/user/performance/#clean-build-time)
109
+
104
110
[See the complete results, test environment, and one-command reproduction instructions.](https://pynumlab.github.io/x2py/user/performance/)
Copy file name to clipboardExpand all lines: docs/index.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,9 +113,16 @@ kernels through their normal generated interfaces. Results are
113
113
machine-dependent; the detailed page records the complete environment and
114
114
reproduction method.
115
115
116
+
**Runtime-call performance** — values above `1.0×` mean x2py is faster.
117
+
116
118
[](user/performance.md)
117
119
{ .x2py-performance-chart }
118
120
121
+
**Clean end-to-end build time** — lower times are better.
122
+
123
+
[](user/performance.md#clean-build-time)
124
+
{ .x2py-performance-chart }
125
+
119
126
[View the full results and methodology →](user/performance.md)
0 commit comments