Skip to content

Commit

Permalink
Update benchmark plots
Browse files Browse the repository at this point in the history
  • Loading branch information
bempp-rs-benchmarker[bot] authored Feb 5, 2024
1 parent e71852d commit ee7eeff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _includes/_rs_benches.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<div id='benchall'></div>
<script type='text/javascript'>
var line0 = {
x: ["2024-01-17", "2024-01-19", "2024-01-22", "2024-01-24", "2024-01-26", "2024-01-29", "2024-01-31", "2024-02-02"],
y: [0.06158661464000001, 0.06185571758, 0.062216658674999994, 0.06202834510000001, 0.067932269375, 0.068630980775, 0.0678075904375, 0.10885831751666668],
x: ["2024-01-17", "2024-01-19", "2024-01-22", "2024-01-24", "2024-01-26", "2024-01-29", "2024-01-31", "2024-02-02", "2024-02-05"],
y: [0.06158661464000001, 0.06185571758, 0.062216658674999994, 0.06202834510000001, 0.067932269375, 0.068630980775, 0.0678075904375, 0.10885831751666668, 0.11155997395],
type: 'scatter',
mode: 'lines+markers',
name: "assembly/Assembly of non-singular terms of 2048x2048 matrix"
};
var line1 = {
x: ["2024-01-17", "2024-01-19", "2024-01-22", "2024-01-24", "2024-01-26", "2024-01-29", "2024-01-31", "2024-02-02"],
y: [0.021054013697859177, 0.021521716154104947, 0.021286997228186732, 0.02142773231771888, 0.02215188884753568, 0.022250538222807273, 0.022630637863378326, 0.032046234797015925],
x: ["2024-01-17", "2024-01-19", "2024-01-22", "2024-01-24", "2024-01-26", "2024-01-29", "2024-01-31", "2024-02-02", "2024-02-05"],
y: [0.021054013697859177, 0.021521716154104947, 0.021286997228186732, 0.02142773231771888, 0.02215188884753568, 0.022250538222807273, 0.022630637863378326, 0.032046234797015925, 0.033578402731950105],
type: 'scatter',
mode: 'lines+markers',
name: "assembly/Assembly of non-singular terms of 512x512 matrix"
};
var line2 = {
x: ["2024-01-22", "2024-01-24", "2024-01-26", "2024-01-29", "2024-01-31", "2024-02-02"],
y: [0.32227609135, 0.3449455086, 0.29522992989999997, 0.278318008, 0.27919543210000003, 0.28354447580000003],
x: ["2024-01-22", "2024-01-24", "2024-01-26", "2024-01-29", "2024-01-31", "2024-02-02", "2024-02-05"],
y: [0.32227609135, 0.3449455086, 0.29522992989999997, 0.278318008, 0.27919543210000003, 0.28354447580000003, 0.28028118975],
type: 'scatter',
mode: 'lines+markers',
name: "assembly/Assembly of singular terms of 2048x2048 matrix"
};
var line3 = {
x: ["2024-01-22", "2024-01-24", "2024-01-26", "2024-01-29", "2024-01-31", "2024-02-02"],
y: [0.228105190125, 0.22109832197499998, 0.19363809080000002, 0.17942462672499998, 0.1795738885, 0.1928928933],
x: ["2024-01-22", "2024-01-24", "2024-01-26", "2024-01-29", "2024-01-31", "2024-02-02", "2024-02-05"],
y: [0.228105190125, 0.22109832197499998, 0.19363809080000002, 0.17942462672499998, 0.1795738885, 0.1928928933, 0.18110302415],
type: 'scatter',
mode: 'lines+markers',
name: "assembly/Assembly of singular terms of 512x512 matrix"
Expand Down

0 comments on commit ee7eeff

Please sign in to comment.