|
1 |
| -# Continuous Benchmarking |
| 1 | +# Continuouscl Benchmarking Results |
2 | 2 |
|
3 |
| -## Overview |
| 3 | +Generated on: 2025-07-10 00:46:18 UTC |
4 | 4 |
|
5 |
| -The continuous benchmarking framework automatically runs performance tests on select performance-critical approved pull request and main branch commit to track performance regressions and improvements over time. |
| 5 | +## System Information |
| 6 | +- Host: github-runner |
| 7 | +- CPUs: 2 |
| 8 | +- MHz per CPU: 2000 |
6 | 9 |
|
7 | 10 | ## Benchmark Results
|
8 | 11 |
|
9 |
| -View historical performance data: |
| 12 | +| Test Case | Metric | Time (seconds) | Time (nanoseconds) | |
| 13 | +|-----------|--------|----------------|-------------------| |
| 14 | +| 5eq_rk3_weno3_hllc | simulation_time | 553.746147 | 553746146600 | |
| 15 | +| 5eq_rk3_weno3_hllc | grind_time | 0.000000 | 311 | |
| 16 | +| hypo_hll | simulation_time | 1158.006229 | 1158006229400 | |
| 17 | +| hypo_hll | grind_time | 0.000000 | 373 | |
| 18 | +| ibm | simulation_time | 1560.666652 | 1560666652400 | |
| 19 | +| ibm | grind_time | 0.000001 | 1329 | |
| 20 | +| viscous_weno5_sgb_acoustic | simulation_time | 968.760392 | 968760392000 | |
| 21 | +| viscous_weno5_sgb_acoustic | grind_time | 0.000001 | 1052 | |
10 | 22 |
|
11 |
| -**[Live Benchmark Results](https://mflowcode.github.io/MFC/benchmarks/)** |
| 23 | +## Raw Data |
| 24 | + |
| 25 | +```json |
| 26 | +{ |
| 27 | + "context": { |
| 28 | + "date": "2025-07-10T00:46:18.506114", |
| 29 | + "host_name": "github-runner", |
| 30 | + "executable": "mfc_benchmark", |
| 31 | + "num_cpus": 2, |
| 32 | + "mhz_per_cpu": 2000, |
| 33 | + "cpu_scaling_enabled": false, |
| 34 | + "caches": [] |
| 35 | + }, |
| 36 | + "benchmarks": [ |
| 37 | + { |
| 38 | + "name": "5eq_rk3_weno3_hllc/simulation_time", |
| 39 | + "family_index": 0, |
| 40 | + "per_family_instance_index": 0, |
| 41 | + "run_name": "5eq_rk3_weno3_hllc/simulation_time", |
| 42 | + "run_type": "iteration", |
| 43 | + "repetitions": 1, |
| 44 | + "repetition_index": 0, |
| 45 | + "threads": 1, |
| 46 | + "iterations": 1, |
| 47 | + "real_time": 553746146600.0, |
| 48 | + "cpu_time": 553746146600.0, |
| 49 | + "time_unit": "ns" |
| 50 | + }, |
| 51 | + { |
| 52 | + "name": "5eq_rk3_weno3_hllc/grind_time", |
| 53 | + "family_index": 1, |
| 54 | + "per_family_instance_index": 0, |
| 55 | + "run_name": "5eq_rk3_weno3_hllc/grind_time", |
| 56 | + "run_type": "iteration", |
| 57 | + "repetitions": 1, |
| 58 | + "repetition_index": 0, |
| 59 | + "threads": 1, |
| 60 | + "iterations": 1, |
| 61 | + "real_time": 311.46590698, |
| 62 | + "cpu_time": 311.46590698, |
| 63 | + "time_unit": "ns" |
| 64 | + }, |
| 65 | + { |
| 66 | + "name": "hypo_hll/simulation_time", |
| 67 | + "family_index": 2, |
| 68 | + "per_family_instance_index": 0, |
| 69 | + "run_name": "hypo_hll/simulation_time", |
| 70 | + "run_type": "iteration", |
| 71 | + "repetitions": 1, |
| 72 | + "repetition_index": 0, |
| 73 | + "threads": 1, |
| 74 | + "iterations": 1, |
| 75 | + "real_time": 1158006229400.0, |
| 76 | + "cpu_time": 1158006229400.0, |
| 77 | + "time_unit": "ns" |
| 78 | + }, |
| 79 | + { |
| 80 | + "name": "hypo_hll/grind_time", |
| 81 | + "family_index": 3, |
| 82 | + "per_family_instance_index": 0, |
| 83 | + "run_name": "hypo_hll/grind_time", |
| 84 | + "run_type": "iteration", |
| 85 | + "repetitions": 1, |
| 86 | + "repetition_index": 0, |
| 87 | + "threads": 1, |
| 88 | + "iterations": 1, |
| 89 | + "real_time": 373.3648501, |
| 90 | + "cpu_time": 373.3648501, |
| 91 | + "time_unit": "ns" |
| 92 | + }, |
| 93 | + { |
| 94 | + "name": "ibm/simulation_time", |
| 95 | + "family_index": 4, |
| 96 | + "per_family_instance_index": 0, |
| 97 | + "run_name": "ibm/simulation_time", |
| 98 | + "run_type": "iteration", |
| 99 | + "repetitions": 1, |
| 100 | + "repetition_index": 0, |
| 101 | + "threads": 1, |
| 102 | + "iterations": 1, |
| 103 | + "real_time": 1560666652400.0, |
| 104 | + "cpu_time": 1560666652400.0, |
| 105 | + "time_unit": "ns" |
| 106 | + }, |
| 107 | + { |
| 108 | + "name": "ibm/grind_time", |
| 109 | + "family_index": 5, |
| 110 | + "per_family_instance_index": 0, |
| 111 | + "run_name": "ibm/grind_time", |
| 112 | + "run_type": "iteration", |
| 113 | + "repetitions": 1, |
| 114 | + "repetition_index": 0, |
| 115 | + "threads": 1, |
| 116 | + "iterations": 1, |
| 117 | + "real_time": 1329.41865639, |
| 118 | + "cpu_time": 1329.41865639, |
| 119 | + "time_unit": "ns" |
| 120 | + }, |
| 121 | + { |
| 122 | + "name": "viscous_weno5_sgb_acoustic/simulation_time", |
| 123 | + "family_index": 6, |
| 124 | + "per_family_instance_index": 0, |
| 125 | + "run_name": "viscous_weno5_sgb_acoustic/simulation_time", |
| 126 | + "run_type": "iteration", |
| 127 | + "repetitions": 1, |
| 128 | + "repetition_index": 0, |
| 129 | + "threads": 1, |
| 130 | + "iterations": 1, |
| 131 | + "real_time": 968760392000.0, |
| 132 | + "cpu_time": 968760392000.0, |
| 133 | + "time_unit": "ns" |
| 134 | + }, |
| 135 | + { |
| 136 | + "name": "viscous_weno5_sgb_acoustic/grind_time", |
| 137 | + "family_index": 7, |
| 138 | + "per_family_instance_index": 0, |
| 139 | + "run_name": "viscous_weno5_sgb_acoustic/grind_time", |
| 140 | + "run_type": "iteration", |
| 141 | + "repetitions": 1, |
| 142 | + "repetition_index": 0, |
| 143 | + "threads": 1, |
| 144 | + "iterations": 1, |
| 145 | + "real_time": 1051.98369313, |
| 146 | + "cpu_time": 1051.98369313, |
| 147 | + "time_unit": "ns" |
| 148 | + } |
| 149 | + ] |
| 150 | +} |
| 151 | +``` |
| 152 | + |
| 153 | +--- |
| 154 | +*Last updated: 2025-07-10T00:46:18.566505* |
0 commit comments