Closed JavierCladellas closed 2 weeks ago
Name | Link |
---|---|
Latest commit | c58c8ec22e5d514cc9e42ce5122f8985eb6ad161 |
Latest deploy log | https://app.netlify.com/sites/benchmarking-polite-crostata-92f389/deploys/67077df67cbac70008cb620d |
Deploy Preview | https://deploy-preview-91--benchmarking-polite-crostata-92f389.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This should probably be presented more like this
for the mesh sizes
for the plots: here only absolute timing but two different breakdown
but we should have both absolute and relative
it does not scale, we should have a description of the benchmark to link to. is it 2D or 3D ? it seems that the problem is too small we have to customize the perf analysis
This should probably be presented more like this
- for the mesh sizes
- for the plots: here only absolute timing but two different breakdown
but we should have both absolute and relative
Browser metadata Open Deploy Preview · Mark as Resolved
These plot types were implemented in PR #92
it does not scale, we should have a description of the benchmark to link to. is it 2D or 3D ? it seems that the problem is too small we have to customize the perf analysis
Browser metadata Open Deploy Preview · Mark as Resolved
This worked is planned to be done along #79 and #74
Parameters are now added dynamically through the
parameters
section of the JSON. Example :To parameterise the code execution, the syntax is the following
{{parameters.my_parameter.value}}
: ExampleNOTE: IT should always be suffixed by
.value
, as this will be searched for and replaced during benchmarking.