-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathai_scoreboard.json
More file actions
executable file
·72 lines (72 loc) · 1.21 KB
/
ai_scoreboard.json
File metadata and controls
executable file
·72 lines (72 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"deepseek-v3.1:671b-cloud": {
"runs": 0,
"applied": 0,
"total_bytes": 0,
"avg_latency": 0,
"score": 0
},
"cube": {
"runs": 5,
"applied": 5,
"total_bytes": 11097,
"avg_latency": 4197087,
"score": 56
},
"core": {
"runs": 5,
"applied": 5,
"total_bytes": 19378,
"avg_latency": 6220583,
"score": 73
},
"loop": {
"runs": 5,
"applied": 5,
"total_bytes": 24662,
"avg_latency": 5466207,
"score": 27
},
"wave": {
"runs": 6,
"applied": 6,
"total_bytes": 11996,
"avg_latency": 922313,
"score": 35
},
"line": {
"runs": 5,
"applied": 5,
"total_bytes": 11342,
"avg_latency": 4559231,
"score": 54
},
"coin": {
"runs": 5,
"applied": 5,
"total_bytes": 25205,
"avg_latency": 5695230,
"score": 46
},
"code": {
"runs": 6,
"applied": 6,
"total_bytes": 10361,
"avg_latency": 882816,
"score": 50
},
"work": {
"runs": 2,
"applied": 2,
"total_bytes": 3786,
"avg_latency": 2066945,
"score": 62
},
"cube core loop wave line coin code work": {
"runs": 2,
"applied": 2,
"total_bytes": 450,
"avg_latency": 2013,
"score": 39
}
}