diff --git a/2026test_results/detail_time.txt b/2026test_results/detail_time.txt index ea95cbbf..7ab140d8 100644 --- a/2026test_results/detail_time.txt +++ b/2026test_results/detail_time.txt @@ -3805,3 +3805,7 @@ performance/h-9-02 | 2026-05-21 12:36:43.432 | 2026-05-21 12:36:43.480 | 47ms performance/h-9-03 | 2026-05-21 12:36:43.816 | 2026-05-21 12:36:43.860 | 44ms performance/huffman-01 | 2026-05-21 12:36:44.252 | 2026-05-21 12:39:13.870 | 149618ms performance/huffman-02 | 2026-05-21 12:39:14.129 | 2026-05-21 12:41:42.018 | 147889ms +performance/huffman-03 | 2026-05-21 12:41:42.257 | 2026-05-21 12:44:15.220 | 152957ms +performance/knapsack_naive-1 | 2026-05-21 12:44:16.014 | 2026-05-21 12:44:17.461 | 1449ms +performance/knapsack_naive-2 | 2026-05-21 12:44:17.932 | 2026-05-21 12:44:19.269 | 1336ms +performance/knapsack_naive-3 | 2026-05-21 12:44:19.686 | 2026-05-21 12:44:21.098 | 1415ms diff --git a/2026test_results/performance/huffman-03.stdout b/2026test_results/performance/huffman-03.stdout index e69de29b..eef3c309 100644 --- a/2026test_results/performance/huffman-03.stdout +++ b/2026test_results/performance/huffman-03.stdout @@ -0,0 +1,2 @@ +1 1 +]DHJERLKVCGLIDXUTT\ANZDESFUTTNQAAKV]T[^ZZBRUOAZZQIXN]CBC\HTAIEVWDQZSDZPBZLXNLJHNQXF\RX]F_EOIAG]LACURBYCQHFJE[ZUVY[VDYXPCBCE\WLV]GXXPAOTHBFYIDLBKC]YIARAHIGMNI^VDHFVTWYEAHYB[VXJXQQGLKAAJEHPEOJHA_XCLETOLRRGUNETAZCONDGUIAQHQVGB\PJNRTAIYTRFAMQ\EEZF]PVPMF]LZWYON\VUJJMVUVTKIZCBJYBTVKXLKUJZT\RP\VQBHSI^RQFAAWBC[PIQCOEY[]FJH^VZJUVHJDZQPHFSCKN_R^HSWYYFBYFFRFWJM\FVRS\QS\^ZVVTBS^LJ\QXZ\AT]ZEK_OMLVZOI[^[[IHTFPICJFTTVGE[RPVG^IFXLYINQCNPDCK_AEJNCOMNDZFVS_TRCBAZTEHLQALHCIARJXMFNMAPMUIPAMPR\_IXWZ[B]FK\EULF\CYTRYDZTD]WSVDLJHLVJCNK^NOQVCONBEDVYEQBAU]TPQJORZIEMJPB]EZ\QU[SRYJCIDPKV^FSXWRMZQNDWSBUJQECDHHWLEQTZ\FGDK[[IEVUXSGFZWBCG[FBQDLEIBHFTHIEKGCXRJKTXPHSPBWGDICPEIEEL[\GRHOTAHLQEBKTRJH]OY_TQMSKXK[ZV\CEPFHPBHBVBYFRX]QI^LAA]PFTFUBMCFUYBOHFSZMZHZQPPC]TTHACBGMSIJDHUIJBRBCECIOYFYQUKJNDFTBPXBV^]SIYJTDCDUHF^^HXMHUSWRJTZEKVJIJLABNWQDTDGIBJNFDFZPTEVP\HD\XGVIPRUZ^TBXFMX^BHMXUNHBMMDE]HLYCHQFKRYJDJHVJHFCCEY\PJHEBM\ENRLFDJP\HLKJFSZG\BH[I\MLAUL\PZEJQDCRBCAZIXRQDIQO\\JYDE\]J^RHPCUNV^THBIFBKDZAF\TIR\JAVDVTFXZW^UHXCFDHSDFPJRTTUFSEKN]\R^RWR^RLZ^S]CADVCVY]F^YDVXBHPYJZZCHWS[QICQ[PTVGQDASXNPYJXVBFRBTU[OBRSUVULH\AQRJGUES^R[BCSCRAVKCEGAWXJQVKFP]LLN]TFPYFDCTMWYMNBXKYBIRBBJN\\BBZQUYMUQMLCYALJZAFYMLX_LLBBIC]XE]D\ZF]JOWJZPTE\DC]ODAHA]EMGTPNCWKQAIHHXF]VSIRUTY]PN[MBYNYVQ[TEXZ[AC[IE[SYVQPV[[JILFFFPXGQ]ZI[IDYLJFKLTSLDFRQXW]FBFJ[INQQ]WXDLNIPWLIJIWU\PSDPH^JKKYW^XIIVBGW\X]S]GLNA_RJSHP^DBYV]]LCPUZJYBXDYYFQVIHIKBMLLPPPFKAFVIA[UPWTRPPUYDSCBFE]X]QQYIM[VWQYNEVBSCXNMZNBHJNHAIFEHBDCRSTHXNSWJKHU]ESHQFKEXMALYDIHRZBSRVIQE\JT\AQZAAJXBTD[BZMMXWNCHCAXZ[IE\VSJUPCADENA]JBZDH\DZWINBUPY\EWRTXPBQMU_PUZP[I^FOHODZHFCGAQJJPHQOIZRAFVUQ]\]HHBJLFIYGJLBA]ZG^BYS[UNDVI^SVSEEEBJXIZXOPBLL^PDII diff --git a/2026test_results/performance/knapsack_naive-1 b/2026test_results/performance/knapsack_naive-1 index cb42962b..cfbfc738 100755 Binary files a/2026test_results/performance/knapsack_naive-1 and b/2026test_results/performance/knapsack_naive-1 differ diff --git a/2026test_results/performance/knapsack_naive-2 b/2026test_results/performance/knapsack_naive-2 index 15e4c747..78f621f1 100755 Binary files a/2026test_results/performance/knapsack_naive-2 and b/2026test_results/performance/knapsack_naive-2 differ diff --git a/2026test_results/performance/knapsack_naive-3 b/2026test_results/performance/knapsack_naive-3 index 852d381f..1f164c65 100755 Binary files a/2026test_results/performance/knapsack_naive-3 and b/2026test_results/performance/knapsack_naive-3 differ diff --git a/2026test_results/performance/many_mat_cal-1 b/2026test_results/performance/many_mat_cal-1 index 69fc4b81..2ac99e75 100755 Binary files a/2026test_results/performance/many_mat_cal-1 and b/2026test_results/performance/many_mat_cal-1 differ diff --git a/2026test_results/performance/many_mat_cal-1.stdout b/2026test_results/performance/many_mat_cal-1.stdout index 9fa41668..e69de29b 100644 --- a/2026test_results/performance/many_mat_cal-1.stdout +++ b/2026test_results/performance/many_mat_cal-1.stdout @@ -1 +0,0 @@ -1387269136