|
19 | 19 | "name": "BenchmarkMatching", |
20 | 20 | "title": "Basic Op Matching Performance", |
21 | 21 | "bars": { |
22 | | - "noOps": "Static Method", |
23 | | - "noOpsAdapted": f"Static Method {A}", |
| 22 | + "sjOpsAdapted": f"SciJava Ops {A}", |
24 | 23 | "sjOps": "SciJava Ops", |
25 | | - "sjOpsAdapted": f"SciJava Ops {A}" |
| 24 | + "noOpsAdapted": f"Static Method {A}", |
| 25 | + "noOps": "Static Method", |
26 | 26 | } |
27 | 27 | }, |
28 | 28 | { |
29 | 29 | "name": "BenchmarkCaching", |
30 | 30 | "title": "Caching Effects on Op Matching Performance", |
31 | 31 | "bars": { |
32 | | - "noOps": "Static Method", |
| 32 | + "sjOpsWithCache": "SciJava Ops (cached)", |
33 | 33 | "sjOps": "SciJava Ops", |
34 | | - "sjOpsWithCache": "SciJava Ops (cached)" |
| 34 | + "noOps": "Static Method", |
35 | 35 | } |
36 | 36 | }, |
37 | 37 | { |
38 | 38 | "name": "BenchmarkConversion", |
39 | 39 | "title": "Parameter Conversion Performance", |
40 | 40 | "bars": { |
41 | | - "noOpsConverted": f"Static Method {C}", |
42 | | - "noOpsAdaptedAndConverted": f"Static Method {AC}", |
| 41 | + "sjOpsConvertedAndAdapted": f"SciJava Ops {AC}", |
43 | 42 | "sjOpsConverted": f"SciJava Ops {C}", |
44 | | - "sjOpsConvertedAndAdapted": f"SciJava Ops {AC}" |
| 43 | + "noOpsAdaptedAndConverted": f"Static Method {AC}", |
| 44 | + "noOpsConverted": f"Static Method {C}", |
45 | 45 | } |
46 | 46 | }, |
47 | 47 | { |
48 | 48 | "name": "BenchmarkFrameworks", |
49 | 49 | "title": "Algorithm Execution Performance by Framework", |
50 | 50 | "bars": { |
51 | | - "noOps": "Static Method", |
| 51 | + "ijOps": "ImageJ Ops", |
52 | 52 | "sjOps": "SciJava Ops", |
53 | | - "ijOps": "ImageJ Ops" |
| 53 | + "noOps": "Static Method", |
54 | 54 | } |
55 | 55 | }, |
56 | 56 | { |
57 | 57 | "name": "BenchmarkCombined", |
58 | 58 | "title": "Combined Performance Metrics", |
59 | 59 | "bars": { |
60 | | - "noOps": "Static Method", |
61 | | - "noOpsAdapted": f"Static Method {A}", |
62 | | - "noOpsConverted": f"Static Method {C}", |
63 | | - "noOpsAdaptedAndConverted": f"Static Method {AC}", |
64 | | - "sjOpsWithCache": "SciJava Ops (cached)", |
65 | | - "sjOps": "SciJava Ops", |
66 | | - "sjOpsAdapted": f"SciJava Ops {A}", |
67 | | - "sjOpsConverted": f"SciJava Ops {C}", |
68 | | - "sjOpsConvertedAndAdapted": f"SciJava Ops {AC}", |
69 | 60 | "ijOps": "ImageJ Ops", |
| 61 | + "sjOpsConvertedAndAdapted": f"SciJava Ops {AC}", |
| 62 | + "sjOpsConverted": f"SciJava Ops {C}", |
| 63 | + "sjOpsAdapted": f"SciJava Ops {A}", |
| 64 | + "sjOps": "SciJava Ops", |
| 65 | + "sjOpsWithCache": "SciJava Ops (cached)", |
| 66 | + "noOpsAdaptedAndConverted": f"Static Method {AC}", |
| 67 | + "noOpsConverted": f"Static Method {C}", |
| 68 | + "noOpsAdapted": f"Static Method {A}", |
| 69 | + "noOps": "Static Method", |
70 | 70 | } |
71 | 71 | } |
72 | 72 | ] |
|
0 commit comments