Skip to content

Commit 91c675a

Browse files
committed
Update benchmark plots for c683940
1 parent c683940 commit 91c675a

3 files changed

Lines changed: 32 additions & 4 deletions

File tree

docs/assets/csv/overhead_e2e.csv

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
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
4.79 KB
Loading

docs/benchmarks.md

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

3-
Latest benchmark results (updated: 2026-02-10 15:39:23 UTC, commit: 5c688c2)
4-
5-
## Instrumentation Overhead - Micro Benchmarks
6-
![Micro Benchmark Results](assets/images/overhead_micro.png)
3+
Latest benchmark results (updated: 2026-02-12 19:10:56 UTC, commit: c683940)
74

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

0 commit comments

Comments
 (0)