mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-03-17 03:11:01 +00:00
Docs: Update benchmark for openai/gpt-5.3-codex
This commit is contained in:
4
tests/10_scrypt_hash/outputs/openai_gpt-5.3-codex.js
Normal file
4
tests/10_scrypt_hash/outputs/openai_gpt-5.3-codex.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
export default hashPassword;
|
||||||
|
// Generation time: 0.573s
|
||||||
|
// Result: FAIL
|
||||||
4
tests/11_geospatial/outputs/openai_gpt-5.3-codex.js
Normal file
4
tests/11_geospatial/outputs/openai_gpt-5.3-codex.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
export default analyzeGPS;
|
||||||
|
// Generation time: 0.438s
|
||||||
|
// Result: FAIL
|
||||||
4
tests/12_mst_pipeline/outputs/openai_gpt-5.3-codex.js
Normal file
4
tests/12_mst_pipeline/outputs/openai_gpt-5.3-codex.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
export default computeMST;
|
||||||
|
// Generation time: 0.432s
|
||||||
|
// Result: FAIL
|
||||||
4
tests/1_dijkstra/outputs/openai_gpt-5.3-codex.js
Normal file
4
tests/1_dijkstra/outputs/openai_gpt-5.3-codex.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
export default findShortestPath;
|
||||||
|
// Generation time: 1.770s
|
||||||
|
// Result: FAIL
|
||||||
4
tests/2_convex_hull/outputs/openai_gpt-5.3-codex.js
Normal file
4
tests/2_convex_hull/outputs/openai_gpt-5.3-codex.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
export default findConvexHull;
|
||||||
|
// Generation time: 0.966s
|
||||||
|
// Result: FAIL
|
||||||
4
tests/3_lis/outputs/openai_gpt-5.3-codex.js
Normal file
4
tests/3_lis/outputs/openai_gpt-5.3-codex.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
export default findLISLength;
|
||||||
|
// Generation time: 1.018s
|
||||||
|
// Result: FAIL
|
||||||
4
tests/4_transpiler/outputs/openai_gpt-5.3-codex.js
Normal file
4
tests/4_transpiler/outputs/openai_gpt-5.3-codex.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
export default renderTemplate;
|
||||||
|
// Generation time: 0.494s
|
||||||
|
// Result: FAIL
|
||||||
4
tests/5_markdown_parser/outputs/openai_gpt-5.3-codex.js
Normal file
4
tests/5_markdown_parser/outputs/openai_gpt-5.3-codex.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
export default parseMarkdown;
|
||||||
|
// Generation time: 0.589s
|
||||||
|
// Result: FAIL
|
||||||
4
tests/6_csv_processor/outputs/openai_gpt-5.3-codex.js
Normal file
4
tests/6_csv_processor/outputs/openai_gpt-5.3-codex.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
export default processCSV;
|
||||||
|
// Generation time: 1.012s
|
||||||
|
// Result: FAIL
|
||||||
4
tests/7_scheduler/outputs/openai_gpt-5.3-codex.js
Normal file
4
tests/7_scheduler/outputs/openai_gpt-5.3-codex.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
export default findAvailableSlots;
|
||||||
|
// Generation time: 0.339s
|
||||||
|
// Result: FAIL
|
||||||
4
tests/8_json_validator/outputs/openai_gpt-5.3-codex.js
Normal file
4
tests/8_json_validator/outputs/openai_gpt-5.3-codex.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
export default validateJSON;
|
||||||
|
// Generation time: 1.223s
|
||||||
|
// Result: FAIL
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
export default createStreamVisualizer;
|
||||||
|
// Generation time: 0.437s
|
||||||
|
// Result: FAIL
|
||||||
Reference in New Issue
Block a user