From b038c54ce46b48977fc226e5b03c25fd649b0865 Mon Sep 17 00:00:00 2001 From: Christoph Laaber Date: Mon, 6 May 2019 21:49:41 +0200 Subject: [PATCH] Added Empirical Software Engineering (2019) paper --- ResearchPapers.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ResearchPapers.md b/ResearchPapers.md index c48e8719..2d05059e 100644 --- a/ResearchPapers.md +++ b/ResearchPapers.md @@ -1,6 +1,11 @@ This page lists academic and industry research papers about Go or using Go as the implementation language. ## 2019 +- Software Microbenchmarking in the Cloud. How Bad is it Really?. Laaber, Scheuner, and Leitner. In: Empirical Software Engineering. + - [preprint](http://t.uzh.ch/T4) + - [DOI](http://dx.doi.org/10.1007/s10664-019-09681-1) + - [replication package](https://doi.org/10.6084/m9.figshare.7546703) + - Understanding Real-World Concurrency Bugs in Go (Tu, Liu, Song, Zhang) - [ASPLOS'19 preprint](https://songlh.github.io/paper/go-study.pdf) - [web](https://github.com/system-pclub/go-concurrency-bugs)