-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmark_results.json
More file actions
45 lines (45 loc) · 1.14 KB
/
benchmark_results.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"python_version": "3.14.0rc2 (main, Sep 2 2025, 14:17:48) [Clang 20.1.4 ]",
"python_version_short": "3.14.0",
"is_free_threaded": false,
"encoding": "cl100k_base",
"num_samples": 10000,
"cpu_count": 8,
"benchmarks": [
{
"threads": 1,
"time_seconds": 0.8867945829988457,
"total_tokens": 3833733,
"tokens_per_second": 4323135.338778891,
"speedup": 1.0
},
{
"threads": 2,
"time_seconds": 0.3592146250011865,
"total_tokens": 3833733,
"tokens_per_second": 10672541.52023275,
"speedup": 2.4687040038971593
},
{
"threads": 4,
"time_seconds": 0.20393991700257175,
"total_tokens": 3833733,
"tokens_per_second": 18798345.39675553,
"speedup": 4.348312954288703
},
{
"threads": 8,
"time_seconds": 0.2605747499910649,
"total_tokens": 3833733,
"tokens_per_second": 14712603.58162661,
"speedup": 3.403225304943222
},
{
"threads": 16,
"time_seconds": 0.2875496250053402,
"total_tokens": 3833733,
"tokens_per_second": 13332422.186009813,
"speedup": 3.083970577191247
}
]
}