whitphx HF Staff commited on
Commit
6229897
·
verified ·
1 Parent(s): 4e05827

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

Browse files

Benchmark ID: 47b029c9-1419-4024-9fd6-f0beaa16657b
Status: completed
Timestamp: 2025-10-20T10:55:29.546Z

feature-extraction/Xenova/e5-small/node_warm_webgpu_fp16_b1_apple_10c_32gb_arm64.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "47b029c9-1419-4024-9fd6-f0beaa16657b",
3
+ "status": "completed",
4
+ "timestamp": 1760957729546,
5
+ "startedAt": 1760971193353,
6
+ "completedAt": 1760971197113,
7
+ "platform": "node",
8
+ "modelId": "Xenova/e5-small",
9
+ "task": "feature-extraction",
10
+ "mode": "warm",
11
+ "device": "webgpu",
12
+ "dtype": "fp16",
13
+ "batchSize": 1,
14
+ "repeats": 3,
15
+ "runtime": "node-22.16.0",
16
+ "metrics": {
17
+ "load_ms": {
18
+ "p50": 127.9,
19
+ "p90": 128,
20
+ "raw": [
21
+ 114.5,
22
+ 127.9,
23
+ 128
24
+ ]
25
+ },
26
+ "first_infer_ms": {
27
+ "p50": 16,
28
+ "p90": 16,
29
+ "raw": [
30
+ 14.4,
31
+ 16,
32
+ 16
33
+ ]
34
+ },
35
+ "subsequent_infer_ms": {
36
+ "p50": 11.8,
37
+ "p90": 16.9,
38
+ "raw": [
39
+ 13,
40
+ 9.8,
41
+ 9.9,
42
+ 13.2,
43
+ 10.2,
44
+ 10.4,
45
+ 14.4,
46
+ 26.9,
47
+ 11.8
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": "5.43 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
+ }