whitphx HF Staff commited on
Commit
23d10fd
·
verified ·
1 Parent(s): ca3b31e

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

Browse files

Benchmark ID: 9a72d917-9602-4563-988d-90aa5fbcf458
Status: completed
Timestamp: 2025-10-20T10:55:29.583Z

feature-extraction/Xenova/e5-large-v2/node_warm_cpu_fp32_b1_apple_10c_32gb_arm64.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "9a72d917-9602-4563-988d-90aa5fbcf458",
3
+ "status": "completed",
4
+ "timestamp": 1760957729583,
5
+ "startedAt": 1760971641317,
6
+ "completedAt": 1760971694983,
7
+ "platform": "node",
8
+ "modelId": "Xenova/e5-large-v2",
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": 1435.7,
19
+ "p90": 3786,
20
+ "raw": [
21
+ 1026.4,
22
+ 1435.7,
23
+ 4373.6
24
+ ]
25
+ },
26
+ "first_infer_ms": {
27
+ "p50": 45.8,
28
+ "p90": 261.4,
29
+ "raw": [
30
+ 41.4,
31
+ 45.8,
32
+ 315.3
33
+ ]
34
+ },
35
+ "subsequent_infer_ms": {
36
+ "p50": 39.4,
37
+ "p90": 45.4,
38
+ "raw": [
39
+ 39.4,
40
+ 38.7,
41
+ 39.4,
42
+ 42.9,
43
+ 45.3,
44
+ 45.6,
45
+ 33.2,
46
+ 33.7,
47
+ 39
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.83 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
+ }