Skip to content

Commit ab27008

Browse files
committed
Moved report to docs folder for GH Pages
1 parent 931dece commit ab27008

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

results/report.html renamed to docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</head>
2828
<body>
2929
<h1>JSON Logic Implementation Comparison</h1>
30-
<p>Generated on: 2025-02-15 19:49:51</p>
30+
<p>Generated on: 2025-02-15 19:54:59</p>
3131
<table>
3232
<tr class='header-row'><th rowspan='2'>Test Suite</th><tr class='header-row'><th>jsonlogicnet <i class="devicon-csharp-plain"></i></th><th>DiegoHOliveira <i class="devicon-go-original-wordmark"></i></th><th>HuanTeng <i class="devicon-go-original-wordmark"></i></th><th>jamsesso <i class="devicon-java-plain"></i></th><th>json-logic-engine <i class="devicon-javascript-plain"></i></th><th>json-logic-js <i class="devicon-javascript-plain"></i></th><th>jwadhams <i class="devicon-php-plain"></i></th><th>Panzi <i class="devicon-python-plain"></i></th><th>Qubit <i class="devicon-python-plain"></i></th><th>DataLogic <i class="devicon-rust-original"></i></th><th>JsonLogic <i class="devicon-rust-original"></i></th><th>JsonLogicRs <i class="devicon-rust-original"></i></th></tr>
3333
<tr><td class='left'>additional.json </td><td> 0/1 </td><td> 0/1 </td><td> 0/1 </td><td> 0/1 </td><td> 4/4 </td><td> 3/4 </td><td> 3/4 </td><td> 0/1 </td><td> 0/1 </td><td> 1/1 </td><td> 0/1 </td><td> 0/1 </td></tr>

reports/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def main():
205205

206206
# Generate and save HTML report
207207
html = generate_html_report(rows, results)
208-
report_path = os.path.join(os.path.dirname(__file__), '..', 'results', 'report.html')
208+
report_path = os.path.join(os.path.dirname(__file__), '..', 'docs', 'index.html')
209209
with open(report_path, 'w') as f:
210210
f.write(html)
211211
print(f"Report generated: {report_path}")

results/csharp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,5 @@
239239
"success_rate": 63.0457933972311
240240
}
241241
},
242-
"timestamp": "2025-02-15T14:19:51.647981Z"
242+
"timestamp": "2025-02-15T14:24:59.394922Z"
243243
}

results/go.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,6 @@
341341
"total": 939
342342
}
343343
},
344-
"timestamp": "2025-02-15T14:19:46Z",
344+
"timestamp": "2025-02-15T14:24:54Z",
345345
"go_version": "go1.23.0"
346346
}

results/java.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,5 @@
239239
"success_rate" : 58.040468583599576
240240
}
241241
},
242-
"timestamp" : "2025-02-15T14:19:50.805898Z"
242+
"timestamp" : "2025-02-15T14:24:58.505962Z"
243243
}

results/javascript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,5 +409,5 @@
409409
"success_rate": 78.55626326963908
410410
}
411411
},
412-
"timestamp": "2025-02-15T14:19:45.461Z"
412+
"timestamp": "2025-02-15T14:24:53.405Z"
413413
}

0 commit comments

Comments
 (0)