Skip to content

Commit 3feda50

Browse files
committed
Update benchmark plots for 5c79ec6
1 parent 5c79ec6 commit 3feda50

3 files changed

Lines changed: 31 additions & 31 deletions

File tree

docs/assets/csv/overhead_e2e.csv

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
task,method,overhead,std
2-
ac_bert,monkey-patch,147.4666196948965,13.507567570139027
3-
ac_bert,selective,1.2668798974316444,0.07953321589401247
4-
ac_bert,systrace,3217.178097880356,976.5405522601972
5-
dcgan,monkey-patch,12.4692428342811,8.420889570573205
6-
dcgan,selective,1.0165550506888468,0.044653380799455245
7-
dcgan,systrace,165.3726096121985,121.76397673732674
8-
gat,monkey-patch,2.354895496109774,0.06721248223089908
9-
gat,selective,0.9912929782893656,0.004212261802831358
10-
gat,systrace,7.0492661207276095,0.3408231612285564
11-
gcn,monkey-patch,31.494810792707366,4.61960817664935
12-
gcn,selective,1.4358198697293867,0.1589212285389864
13-
gcn,systrace,92.7502649405017,13.713924170700816
14-
mnist,monkey-patch,120.59559263719458,18.70609264947858
15-
mnist,selective,1.8357266175436486,0.28111488321780853
16-
mnist,systrace,980.0663226464472,178.83104887102823
17-
resnet18,monkey-patch,5.004879424768526,1.2039738934836557
18-
resnet18,selective,0.9447587875828481,0.13381492329494346
19-
resnet18,systrace,48.33814580819799,19.728785242006705
20-
siamese,monkey-patch,98.74706182583733,30.54127183724667
21-
siamese,selective,0.9806701083395547,0.08825194773490579
22-
siamese,systrace,944.6987142250332,281.6453067158492
23-
tf_img_cls,monkey-patch,132.0255483080054,31.676854528479495
24-
tf_img_cls,selective,1.2900680469610035,0.26190168580362266
25-
tf_img_cls,systrace,1857.1547543647648,1288.1327736987564
26-
tf_sum,monkey-patch,5.541574653750574,0.4067351621799934
27-
tf_sum,selective,1.0094944491422226,0.10368370718861579
28-
tf_sum,systrace,139.20564713513014,25.01302364547621
29-
vae,monkey-patch,51.3130799844162,28.6850545242571
30-
vae,selective,1.131943048340772,0.15800151023718098
31-
vae,systrace,476.1209120259382,270.69371169067637
2+
ac_bert,monkey-patch,149.18311806970533,16.838608214475112
3+
ac_bert,selective,1.2722624848942272,0.1606174519774876
4+
ac_bert,systrace,3071.9129264945655,1011.2878036192643
5+
dcgan,monkey-patch,17.496684032928712,6.287442138310523
6+
dcgan,selective,0.9956267936707648,0.04686038072568445
7+
dcgan,systrace,162.49441317139062,119.5038091066263
8+
gat,monkey-patch,2.3475458616830966,0.0647328112428912
9+
gat,selective,0.9915000650674825,0.00407067175587242
10+
gat,systrace,7.033088393701804,0.3423371626958074
11+
gcn,monkey-patch,30.196718818948366,3.103570376182328
12+
gcn,selective,1.1895418116924033,0.08411413771010151
13+
gcn,systrace,89.40222125521302,9.1906493501137
14+
mnist,monkey-patch,108.85628696612038,19.496613480504855
15+
mnist,selective,1.7284195499293251,0.521255110977123
16+
mnist,systrace,823.3999072718672,143.11317765111613
17+
resnet18,monkey-patch,5.368026537965074,1.3034948653167173
18+
resnet18,selective,1.0532641232322082,0.1589824951959475
19+
resnet18,systrace,56.40478319624731,25.016305591646645
20+
siamese,monkey-patch,97.60082730297331,49.862671536174716
21+
siamese,selective,1.0318148628455888,0.17799619928369176
22+
siamese,systrace,1246.8228960743184,515.1992050739528
23+
tf_img_cls,monkey-patch,134.18575130791766,34.88502698298975
24+
tf_img_cls,selective,1.2394004975347126,0.21904403844135617
25+
tf_img_cls,systrace,1772.6315753247154,1214.6992260937734
26+
tf_sum,monkey-patch,5.55863310545442,0.4162042982418893
27+
tf_sum,selective,1.0099252866454325,0.087396284029538
28+
tf_sum,systrace,134.39306688915082,20.72476419540994
29+
vae,monkey-patch,42.715989383519045,21.768406111781683
30+
vae,selective,1.0886800486528543,0.05719609480608976
31+
vae,systrace,388.1622281274252,199.33176510798194
-340 Bytes
Loading

docs/benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Performance Benchmarks
22

3-
Latest benchmark results (updated: 2026-02-12 19:10:56 UTC, commit: c683940)
3+
Latest benchmark results (updated: 2026-02-12 23:41:05 UTC, commit: 5c79ec6)
44

55
## End-to-End Performance Impact
66
![E2E Benchmark Results](assets/images/overhead_macro.png)

0 commit comments

Comments
 (0)