whitphx HF Staff commited on
Commit
0feb84a
·
verified ·
1 Parent(s): 186ce30

Update benchmark: Xenova/e5-base (node/feature-extraction)

Browse files

Benchmark ID: 7b295a4f-76d2-4ece-af56-072f981b086f
Status: completed
Timestamp: 2025-10-20T10:55:29.599Z

feature-extraction/Xenova/e5-base/node_warm_cpu_fp32_b1_apple_10c_32gb_arm64.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "7b295a4f-76d2-4ece-af56-072f981b086f",
3
+ "status": "completed",
4
+ "timestamp": 1760957729599,
5
+ "startedAt": 1760972061973,
6
+ "completedAt": 1760972079011,
7
+ "platform": "node",
8
+ "modelId": "Xenova/e5-base",
9
+ "task": "feature-extraction",
10
+ "mode": "warm",
11
+ "device": "cpu",
12
+ "dtype": "fp32",
13
+ "batchSize": 1,
14
+ "repeats": 3,
15
+ "runtime": "node-22.16.0",
16
+ "metrics": {
17
+ "load_ms": {
18
+ "p50": 215.4,
19
+ "p90": 220.7,
20
+ "raw": [
21
+ 209,
22
+ 222,
23
+ 215.4
24
+ ]
25
+ },
26
+ "first_infer_ms": {
27
+ "p50": 9.5,
28
+ "p90": 10.7,
29
+ "raw": [
30
+ 8.6,
31
+ 9.5,
32
+ 11
33
+ ]
34
+ },
35
+ "subsequent_infer_ms": {
36
+ "p50": 10.1,
37
+ "p90": 15.8,
38
+ "raw": [
39
+ 9.8,
40
+ 11.2,
41
+ 7.9,
42
+ 9.7,
43
+ 10.1,
44
+ 9.6,
45
+ 10.2,
46
+ 29.6,
47
+ 12.4
48
+ ]
49
+ }
50
+ },
51
+ "environment": {
52
+ "cpu": {
53
+ "model": "Apple M4",
54
+ "cores": 10,
55
+ "threads": 10
56
+ },
57
+ "memory": {
58
+ "total": "32.00 GB",
59
+ "available": "4.61 GB"
60
+ },
61
+ "platform": "darwin",
62
+ "arch": "arm64",
63
+ "nodeVersion": "v22.16.0"
64
+ },
65
+ "cacheDir": "/Users/whitphx/src/transformersjs-bench-min/bench/.bench-cache/default"
66
+ }