@@ -2,133 +2,133 @@ import { BenchmarkTestStep } from "./benchmark-runner.mjs";
22
33export const defaultSuites = [
44 {
5- name : "Feature Extraction on wasm" ,
5+ name : "Feature- Extraction- wasm" ,
66 url : "resources/transformers-js/dist/feature-extraction-cpu.html" ,
77 tags : [ "default" , "feature-extraction" , "wasm" , "transformers-js" ] ,
88 type : "remote" ,
99 } ,
1010 {
11- name : "Feature Extraction on webgpu" ,
11+ name : "Feature- Extraction- webgpu" ,
1212 url : "resources/transformers-js/dist/feature-extraction-gpu.html" ,
1313 tags : [ "default" , "feature-extraction" , "webgpu" , "transformers-js" ] ,
1414 type : "remote" ,
1515 } ,
1616 {
17- name : "Sentence Similarity on wasm" ,
17+ name : "Sentence- Similarity- wasm" ,
1818 url : "resources/transformers-js/dist/sentence-similarity-cpu.html" ,
1919 tags : [ "default" , "sentence-similarity" , "wasm" , "transformers-js" ] ,
2020 type : "remote" ,
2121 } ,
2222 {
23- name : "Sentence Similarity on webgpu" ,
23+ name : "Sentence- Similarity- webgpu" ,
2424 url : "resources/transformers-js/dist/sentence-similarity-gpu.html" ,
2525 tags : [ "default" , "sentence-similarity" , "webgpu" , "transformers-js" ] ,
2626 type : "remote" ,
2727 } ,
2828 {
29- name : "Speech Recognition on wasm" ,
29+ name : "Speech- Recognition- wasm" ,
3030 url : "resources/transformers-js/dist/speech-recognition-cpu.html" ,
3131 tags : [ "default" , "speech-recognition" , "wasm" , "transformers-js" ] ,
3232 type : "remote" ,
3333 } ,
3434 {
35- name : "Speech Recognition on webgpu" ,
35+ name : "Speech- Recognition- webgpu" ,
3636 url : "resources/transformers-js/dist/speech-recognition-gpu.html" ,
3737 tags : [ "default" , "speech-recognition" , "webgpu" , "transformers-js" ] ,
3838 type : "remote" ,
3939 } ,
4040 {
41- name : "Background Removal on wasm" ,
41+ name : "Background- Removal- wasm" ,
4242 url : "resources/transformers-js/dist/background-removal-cpu.html" ,
4343 tags : [ "default" , "background-removal" , "wasm" , "transformers-js" ] ,
4444 type : "remote" ,
4545 } ,
4646 {
47- name : "Background Removal on webgpu" ,
47+ name : "Background- Removal- webgpu" ,
4848 url : "resources/transformers-js/dist/background-removal-gpu.html" ,
4949 tags : [ "default" , "background-removal" , "webgpu" , "transformers-js" ] ,
5050 type : "remote" ,
5151 } ,
5252 {
53- name : "Text Reranking on wasm" ,
53+ name : "Text- Reranking- wasm" ,
5454 url : "resources/transformers-js/dist/text-reranking-cpu.html" ,
5555 tags : [ "default" , "text-reranking" , "wasm" , "transformers-js" ] ,
5656 type : "remote" ,
5757 } ,
5858 {
59- name : "Text Reranking on webgpu" ,
59+ name : "Text- Reranking- webgpu" ,
6060 url : "resources/transformers-js/dist/text-reranking-gpu.html" ,
6161 tags : [ "default" , "text-reranking" , "webgpu" , "transformers-js" ] ,
6262 type : "remote" ,
6363 } ,
6464 {
65- name : "SFW Image Classification on wasm" ,
65+ name : "SFW- Image- Classification- wasm" ,
6666 url : "resources/transformers-js/dist/image-classification-cpu.html" ,
6767 tags : [ "default" , "image-classification" , "wasm" , "transformers-js" ] ,
6868 type : "remote" ,
6969 } ,
7070 {
71- name : "SFW Image Classification on webgpu" ,
71+ name : "SFW- Image- Classification- webgpu" ,
7272 url : "resources/transformers-js/dist/image-classification-gpu.html" ,
7373 tags : [ "default" , "image-classification" , "webgpu" , "transformers-js" ] ,
7474 type : "remote" ,
7575 } ,
7676 {
77- name : "Zero-shot Image Classification on wasm" ,
77+ name : "Zero-shot- Image- Classification- wasm" ,
7878 url : "resources/transformers-js/dist/zero-shot-image-classification-cpu.html" ,
7979 tags : [ "default" , "image-classification" , "wasm" , "transformers-js" ] ,
8080 type : "remote" ,
8181 } ,
8282 {
83- name : "Zero-shot Image Classification on webgpu" ,
83+ name : "Zero-shot- Image- Classification- webgpu" ,
8484 url : "resources/transformers-js/dist/zero-shot-image-classification-gpu.html" ,
8585 tags : [ "default" , "image-classification" , "webgpu" , "transformers-js" ] ,
8686 type : "remote" ,
8787 } ,
8888 {
89- name : "Text to Speech on wasm" ,
89+ name : "Text-to- Speech- wasm" ,
9090 url : "resources/transformers-js/dist/text-to-speech-cpu.html" ,
9191 tags : [ "default" , "text-to-speech" , "wasm" , "transformers-js" ] ,
9292 type : "remote" ,
9393 } ,
9494 {
95- name : "Text to Speech on webgpu" ,
95+ name : "Text-to- Speech- webgpu" ,
9696 url : "resources/transformers-js/dist/text-to-speech-gpu.html" ,
9797 tags : [ "default" , "text-to-speech" , "webgpu" , "transformers-js" ] ,
9898 type : "remote" ,
9999 } ,
100100 {
101- name : "Image Segmentation ( LiteRT.js) on wasm" ,
101+ name : "Image- Segmentation- LiteRT.js- wasm" ,
102102 url : "resources/litert-js/dist/image-segmentation-cpu.html" ,
103103 tags : [ "default" , "image-segmentation" , "wasm" , "litert-js" ] ,
104104 type : "remote" ,
105105 } ,
106106 {
107- name : "Image Segmentation ( LiteRT.js) on webgpu" ,
107+ name : "Image- Segmentation- LiteRT.js- webgpu" ,
108108 url : "resources/litert-js/dist/image-segmentation-gpu.html" ,
109109 tags : [ "default" , "image-segmentation" , "webgpu" , "litert-js" ] ,
110110 type : "remote" ,
111111 } ,
112112 {
113- name : "Image Classification ( LiteRT.js) on wasm" ,
113+ name : "Image- Classification- LiteRT.js- wasm" ,
114114 url : "resources/litert-js/dist/image-classification-cpu.html" ,
115115 tags : [ "default" , "image-classification" , "wasm" , "litert-js" ] ,
116116 type : "remote" ,
117117 } ,
118118 {
119- name : "Image Classification ( LiteRT.js) on webgpu" ,
119+ name : "Image- Classification- LiteRT.js- webgpu" ,
120120 url : "resources/litert-js/dist/image-classification-gpu.html" ,
121121 tags : [ "default" , "image-classification" , "webgpu" , "litert-js" ] ,
122122 type : "remote" ,
123123 } ,
124124 {
125- name : "Hand Detection ( LiteRT.js) on wasm" ,
125+ name : "Hand- Detection- LiteRT.js- wasm" ,
126126 url : "resources/litert-js/dist/hand-detection-cpu.html" ,
127127 tags : [ "default" , "hand-detection" , "wasm" , "litert-js" ] ,
128128 type : "remote" ,
129129 } ,
130130 {
131- name : "Hand Detection ( LiteRT.js) on webgpu" ,
131+ name : "Hand- Detection- LiteRT.js- webgpu" ,
132132 url : "resources/litert-js/dist/hand-detection-gpu.html" ,
133133 tags : [ "default" , "hand-detection" , "webgpu" , "litert-js" ] ,
134134 type : "remote" ,
0 commit comments