whitphx commited on
Commit
4e05827
·
verified ·
1 Parent(s): 77c75d9

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

Browse files

Benchmark ID: 0ac12853-ff08-4a49-b029-93f478ad043a
Status: completed
Timestamp: 2025-10-20T10:55:29.543Z

feature-extraction/Xenova/e5-small/node_warm_webgpu_fp32_b1_apple_10c_32gb_arm64.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "0ac12853-ff08-4a49-b029-93f478ad043a",
3
+ "status": "completed",
4
+ "timestamp": 1760957729543,
5
+ "startedAt": 1760971187967,
6
+ "completedAt": 1760971193352,
7
+ "platform": "node",
8
+ "modelId": "Xenova/e5-small",
9
+ "task": "feature-extraction",
10
+ "mode": "warm",
11
+ "device": "webgpu",
12
+ "dtype": "fp32",
13
+ "batchSize": 1,
14
+ "repeats": 3,
15
+ "runtime": "node-22.16.0",
16
+ "metrics": {
17
+ "load_ms": {
18
+ "p50": 90.8,
19
+ "p90": 93.7,
20
+ "raw": [
21
+ 90.8,
22
+ 94.4,
23
+ 87.2
24
+ ]
25
+ },
26
+ "first_infer_ms": {
27
+ "p50": 3.2,
28
+ "p90": 6.2,
29
+ "raw": [
30
+ 3.2,
31
+ 7,
32
+ 2.7
33
+ ]
34
+ },
35
+ "subsequent_infer_ms": {
36
+ "p50": 2.5,
37
+ "p90": 3.3,
38
+ "raw": [
39
+ 2.7,
40
+ 3.5,
41
+ 3.3,
42
+ 2.5,
43
+ 2.3,
44
+ 2.7,
45
+ 2.4,
46
+ 2.4,
47
+ 2.3
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.38 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
+ }