[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Minios-devel] [UNIKRAFT/LIBBENCHMARK PATCH v2 0/5] Port benchmark on Unikraft
- To: "minios-devel@xxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxx>
- From: Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
- Date: Sun, 13 Oct 2019 13:41:40 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=stud.acs.upb.ro; dmarc=pass action=none header.from=stud.acs.upb.ro; dkim=pass header.d=stud.acs.upb.ro; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=7J/2g6gYF1x1oWdhrrHP9DUNMHUuRXqTSib9JDnSn9g=; b=FMkUTh6OW2VkmhRo13Ykl3H3/enkx7/tAJVm8Qekz73rm/EDHF/6unh0nyLNpg6ctJrihYZPZCCvUbqiPIvNhEZTDOZ3Ju+2T0Ew4dvqzf20duvw+AT6ikw/l7IOCUHoTQ/lO+FPONA/W+dltWdmEmkss/AHxQqGqB91YCDLDtg+VLI8oduHRhmkQg4UpyVxH/2jd2azM3AfRSZIAdC6JSEursNgTluqh8Qxp5FuBG2bKO9UwsnMx1eR+tnJJLLUUHVeo0oZZURaYlWLgzfjcTCz4cioWiZ2kR9L+2wbw56DGCQYaPXrlWLrizVkqDPSgkfQlECBQi8X3W6na9mZhA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZIwCv8BT4KKKz3y2YhjXkwea29PxjsqiK3YdN2oPsvqUoTuPnwVIl4MCN+3u2LxHl+hoD8J1JVayTwWpGMzsCcIWhobaDXaMsxwudXBVL82Ia5VBe7T2xHbvDSg+8Mbyp9NOlxTrCfm91huD8UyvkDrpCLKuRj28eJ6o9u2CDp06LcEufLmIQL/k1SmQiSmHCbjqHMfPnfGnTCI3EnIFPIAk9L2DGTCnQ8dQzOnWIItPv9lVaZpy6sSRY0iVaKHsAZAhFc2mztdYZv4z1SlnL3fyEkwAZXo3mIrPRWGWR6K/1+j9AAWghn3oUTMbr4+IzBL0kWMaBZgLO6HyzCqLKA==
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=vlad_andrei.badoiu@xxxxxxxxxxxxxxx;
- Cc: "felipe.huici@xxxxxxxxx" <felipe.huici@xxxxxxxxx>, Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
- Delivery-date: Sun, 13 Oct 2019 13:41:47 +0000
- List-id: Mini-os development list <minios-devel.lists.xenproject.org>
- Thread-index: AQHVgcvxFcAVbPwZx0WlRUMtV6oJ+Q==
- Thread-topic: [UNIKRAFT/LIBBENCHMARK PATCH v2 0/5] Port benchmark on Unikraft
This is our initial port of benchmark to Unikraft. It is a library
to benchmark code snippets, similar to unit tests.
Changes since v1:
* Added LIBUKTIME as a config dependency
* Changed the config name to Google Benchmark
* Refactored the Makefile to use namespaced variables
* Added the -Wno-parentheses flag
* Removed invalid flags from C++ sources
Vlad-Andrei Badoiu (5):
Introduce library skeleton
Add Makefile.uk
patches: Fix build issues
Add glue.cc for stubbed functions
README.md: Update with info about building
--
2.20.1
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|