Skip to content

Commit 91cc69e

Browse files
author
Max Liu
committed
test
1 parent d156dfd commit 91cc69e

File tree

2 files changed

+45
-3
lines changed

2 files changed

+45
-3
lines changed
File renamed without changes.

index.html

+45-3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,18 @@
7878
{% endif %}
7979
</td>
8080
</tr>
81+
<tr>
82+
<td>4/24/24</td>
83+
<td>Tomislav Zabcic-Matic</td>
84+
<td><a href="https://dl.acm.org/doi/10.1145/3597503.3639088">Trace-based Multi-Dimensional Root Cause Localization of Performance Issues in Microservice Systems, ICSE '24</a></td>
85+
<td>
86+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Trace-based Multi-Dimensional'" | first %}
87+
{% if post %}
88+
<a href="{{ post.url | relative_url }}">Summary</a>
89+
{% else %}Unavailable
90+
{% endif %}
91+
</td>
92+
</tr>
8193
<tr>
8294
<td>4/10/24</td>
8395
<td>Zhaoqi Zhang</td>
@@ -114,6 +126,30 @@
114126
{% endif %}
115127
</td>
116128
</tr>
129+
<tr>
130+
<td>3/13/24</td>
131+
<td>Darby Huye</td>
132+
<td><a href="https://www.usenix.org/system/files/atc21-weng.pdf">Argus: Debugging performance issues in modern desktop applications with annotated causal tracing, ATC '21</a></td>
133+
<td>
134+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Argus'" | first %}
135+
{% if post %}
136+
<a href="{{ post.url | relative_url }}">Summary</a>
137+
{% else %}Unavailable
138+
{% endif %}
139+
</td>
140+
</tr>
141+
<tr>
142+
<td>3/06/24</td>
143+
<td>Tomislav Zabcic-Matic</td>
144+
<td><a href="https://dl.acm.org/doi/10.1145/3477132.3483577">Understanding and Detecting Software Upgrade Failures in Distributed Systems, SOSP '21</a></td>
145+
<td>
146+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Understanding and Detecting Software Upgrade'" | first %}
147+
{% if post %}
148+
<a href="{{ post.url | relative_url }}">Summary</a>
149+
{% else %}Unavailable
150+
{% endif %}
151+
</td>
152+
</tr>
117153
<tr>
118154
<td>2/21/24</td>
119155
<td>Max Liu</td>
@@ -223,10 +259,16 @@
223259
</td>
224260
</tr>
225261
<tr>
226-
<td>10/18/23</td>
262+
<td>10/16/23</td>
227263
<td>Tomislav Z-M</td>
228-
<td>TBD</td>
229-
<td>TBD</td>
264+
<td><a href="https://www.usenix.org/system/files/osdi21-rodrigues.pdf">CLP: Efficient and Scalable Search on Compressed Text Logs</a></td>
265+
<td>
266+
{% assign post = site.posts | where_exp: "post", "post.title contains 'CLP'" | first %}
267+
{% if post %}
268+
<a href="{{ post.url | relative_url }}">Summary</a>
269+
{% else %}Unavailable
270+
{% endif %}
271+
</td>
230272
</tr>
231273
<tr>
232274
<td>10/25/23</td>

0 commit comments

Comments
 (0)