whitphx HF Staff commited on
Commit
309f2e0
·
verified ·
1 Parent(s): 0dc885d

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

Browse files

Benchmark ID: 4a5f70aa-077b-4783-a2af-e51a8531006d
Status: completed
Timestamp: 2025-10-20T10:55:29.621Z

feature-extraction/Xenova/e5-base-v2/node_warm_webgpu_fp32_b1_apple_10c_32gb_arm64.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "4a5f70aa-077b-4783-a2af-e51a8531006d",
3
+ "status": "completed",
4
+ "timestamp": 1760957729621,
5
+ "startedAt": 1760972259707,
6
+ "completedAt": 1760972275856,
7
+ "platform": "node",
8
+ "modelId": "Xenova/e5-base-v2",
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": 209.9,
19
+ "p90": 210.1,
20
+ "raw": [
21
+ 205.2,
22
+ 209.9,
23
+ 210.1
24
+ ]
25
+ },
26
+ "first_infer_ms": {
27
+ "p50": 9.1,
28
+ "p90": 20.1,
29
+ "raw": [
30
+ 9.1,
31
+ 8.6,
32
+ 22.9
33
+ ]
34
+ },
35
+ "subsequent_infer_ms": {
36
+ "p50": 8.6,
37
+ "p90": 9.3,
38
+ "raw": [
39
+ 9.7,
40
+ 8.8,
41
+ 8.6,
42
+ 8.4,
43
+ 8.7,
44
+ 9.2,
45
+ 7.5,
46
+ 7.3,
47
+ 7.6
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": "2.90 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
+ }